Html Css Color HEX #77ABDE Jordy Blue

📋 copy color: '#77ABDE'

red 119 ◦ green 171 ◦ blue 222

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

Shades of Jordy Blue #77ABDE

Tints of Jordy Blue #77ABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.36%

R = 23.24%
G = 33.4%
B = 43.36%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77ABDE (or 0x77ABDE) is known color: Jordy Blue. HEX triplet: 77, AB and DE. RGB value is (119,171,222). Sum of RGB (Red+Green+Blue) = 119+171+222=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #77ABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABDE is #885421. Grayscale: #A1A1A1. Windows color (decimal): -8934434 or 14592887. OLE color: 14592887.

HSL color Cylindrical-coordinate representation of color #77ABDE: hue angle of 209.71º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77ABDE is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 171 222 -
CMYK 0.46 0.23 0 0.13
HSL 209.71º 0.61% 0.67% -
HSV(B) 209.71º 0.46% 0.87% -
XYZ 35.36 38.32 74.64 -
YUV 161.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 119 171 222 0.46 0.23 0 0.13 209.71 0.61 0.67
Hex 77 AB DE 2E 17 0 D D2 3D 43
Octal 167 253 336 56 27 0 15 322 75 103
Binary 1110111 10101011 11011110 101110 10111 0 1101 11010010 111101 1000011

Color Harmonies of #77ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABDE

Black with #77ABDE

Text Example


Text Example

White with #77ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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