#77ABEB

Color #77ABEB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #77ABEB

Tints of Jordy Blue #77ABEB

Color information

#77ABEB (or 0x77ABEB) is unknown color: approx Jordy Blue. HEX triplet: 77, AB and EB. RGB value is (119,171,235). Sum of RGB (Red+Green+Blue) = 119+171+235=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #77ABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ABEB is #885414. Grayscale: #A2A2A2. Windows color (decimal): -8934421 or 15444855. OLE color: 15444855.

HSL color Cylindrical-coordinate representation of color #77ABEB: hue angle of 213.1º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77ABEB is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119171235-
CMYK0.490.2700.08
HSL213.1º74.36%69.41%-
HSV(B)213.1º49.36%92.16%-
XYZ37.1739.0584.18-
YUV162.75168.7796.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 22.67%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=22.67%
G=32.57%
B=44.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191712350.490.2700.08213.174.3669.41
Hex77ABEB311B08d54a45
Octal1672533536133010325112105
Binary1110111101010111110101111000111011010001101010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77ABEB; }

 p { color: rgb(119,171,235); }

 H1.HeaderClassName
 {
   color: #77ABEB;
 }
 .AnyTagClassName
 {
   color: #77ABEB;
 }
</style>
background-color css

<style>
 a { background-color: #77ABEB; }

 a { background-color: rgb(119,171,235); }

 div.DivClassName
 {
   background-color: #77ABEB;
 }
 .BgClassName
 {
   background-color: #77ABEB;
 }
</style>
border-color css

<style>
 span { border-color: #77ABEB; }

 span { border-color: rgb(119,171,235); }

 td.TdClassName
 {
   border-color: #77ABEB;
 }
 .TagClassName
 {
   border-color: #77ABEB;
 }
</style>