Html Css Color HEX #77ABEA Jordy Blue

📋 copy color: '#77ABEA'

red 119 ◦ green 171 ◦ blue 234

#77ABEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #77ABEA

Tints of Jordy Blue #77ABEA

RGB

 RED value IS 119 (46.88% from 255) = 22.71%

 GREEN value IS 171 (67.19% from 255) = 32.63%

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 22.71%
G = 32.63%
B = 44.66%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77ABEA (or 0x77ABEA) is known color: Jordy Blue. HEX triplet: 77, AB and EA. RGB value is (119,171,234). Sum of RGB (Red+Green+Blue) = 119+171+234=524 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.71% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #77ABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ABEA is #885415. Grayscale: #A2A2A2. Windows color (decimal): -8934422 or 15379319. OLE color: 15379319.

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

Color convert

RGB 119 171 234 -
CMYK 0.49 0.27 0 0.08
HSL 212.87º 0.73% 0.69% -
HSV(B) 212.87º 0.49% 0.92% -
XYZ 37.02 38.99 83.42 -
YUV 162.63 168.27 96.88 -
System Red Green Blue C M Y K H S L
Decimal 119 171 234 0.49 0.27 0 0.08 212.87 0.73 0.69
Hex 77 AB EA 31 1B 0 8 D5 49 45
Octal 167 253 352 61 33 0 10 325 111 105
Binary 1110111 10101011 11101010 110001 11011 0 1000 11010101 1001001 1000101

Color Harmonies of #77ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABEA

Black with #77ABEA

Text Example


Text Example

White with #77ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77ABEA;
 }
 .AnyTagClassName
 {
   color: #77ABEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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