#77ABF4

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

Shades of Jordy Blue #77ABF4

Tints of Jordy Blue #77ABF4

Color information

#77ABF4 (or 0x77ABF4) is unknown color: approx Jordy Blue. HEX triplet: 77, AB and F4. RGB value is (119,171,244). Sum of RGB (Red+Green+Blue) = 119+171+244=534 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.28% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #77ABF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ABF4 is #88540B. Grayscale: #A3A3A3. Windows color (decimal): -8934412 or 16034679. OLE color: 16034679.

HSL color Cylindrical-coordinate representation of color #77ABF4: hue angle of 215.04º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77ABF4 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119171244-
CMYK0.510.3000.04
HSL215.04º85.03%71.18%-
HSV(B)215.04º51.23%95.69%-
XYZ38.539.5891.2-
YUV163.77173.2796.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.28%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 244 (95.70% from 255) = 45.69%
R=22.28%
G=32.02%
B=45.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1191712440.510.3000.04215.0485.0371.18
Hex77ABF4331E04d75547
Octal167253364633604327125107
Binary111011110101011111101001100111111001001101011110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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