#77acef

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

Shades of Jordy Blue #77ACEF

Tints of Jordy Blue #77ACEF

Color information

#77ACEF (or 0x77ACEF) is unknown color: approx Jordy Blue. HEX triplet: 77, AC and EF. RGB value is (119,172,239). Sum of RGB (Red+Green+Blue) = 119+172+239=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #77ACEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ACEF is #885310. Grayscale: #A3A3A3. Windows color (decimal): -8934161 or 15707255. OLE color: 15707255.

HSL color Cylindrical-coordinate representation of color #77ACEF: hue angle of 213.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ACEF is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB119172239-
CMYK0.500.2800.06
HSL213.5º78.95%70.2%-
HSV(B)213.5º50.21%93.73%-
XYZ37.9439.6687.32-
YUV163.79170.4496.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.45%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 239 (93.75% from 255) = 45.09%
R=22.45%
G=32.45%
B=45.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1191722390.500.2800.06213.578.9570.2
Hex77ACEF321C06d64f46
Octal167254357623406326117106
Binary111011110101100111011111100101110001101101011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77acef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,172,239); }

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

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

 a { background-color: rgb(119,172,239); }

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

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

 span { border-color: rgb(119,172,239); }

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