#77AFED

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

Shades of Jordy Blue #77AFED

Tints of Jordy Blue #77AFED

Color information

#77AFED (or 0x77AFED) is unknown color: approx Jordy Blue. HEX triplet: 77, AF and ED. RGB value is (119,175,237). Sum of RGB (Red+Green+Blue) = 119+175+237=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #77AFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AFED is #885012. Grayscale: #A5A5A5. Windows color (decimal): -8933395 or 15576951. OLE color: 15576951.

HSL color Cylindrical-coordinate representation of color #77AFED: hue angle of 211.53º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77AFED is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119175237-
CMYK0.500.2600.07
HSL211.53º76.62%69.8%-
HSV(B)211.53º49.79%92.94%-
XYZ38.2240.785.96-
YUV165.32168.4594.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.41%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=22.41%
G=32.96%
B=44.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191752370.500.2600.07211.5376.6269.8
Hex77AFED321A07d44d46
Octal167257355623207324115106
Binary111011110101111111011011100101101001111101010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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