#77AFEB

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

Shades of Jordy Blue #77AFEB

Tints of Jordy Blue #77AFEB

Color information

#77AFEB (or 0x77AFEB) is unknown color: approx Jordy Blue. HEX triplet: 77, AF and EB. RGB value is (119,175,235). Sum of RGB (Red+Green+Blue) = 119+175+235=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #77AFEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AFEB is #885014. Grayscale: #A4A4A4. Windows color (decimal): -8933397 or 15445879. OLE color: 15445879.

HSL color Cylindrical-coordinate representation of color #77AFEB: hue angle of 211.03º 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 #77AFEB is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119175235-
CMYK0.490.2600.08
HSL211.03º74.36%69.41%-
HSV(B)211.03º49.36%92.16%-
XYZ37.9340.5884.43-
YUV165.1167.4595.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.50%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=22.50%
G=33.08%
B=44.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191752350.490.2600.08211.0374.3669.41
Hex77AFEB311A08d34a45
Octal1672573536132010323112105
Binary1110111101011111110101111000111010010001101001110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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