Html Css Color HEX #77ABEE Jordy Blue

📋 copy color: '#77ABEE'

red 119 ◦ green 171 ◦ blue 238

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

Shades of Jordy Blue #77ABEE

Tints of Jordy Blue #77ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 22.54%
G = 32.39%
B = 45.08%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#77ABEE (or 0x77ABEE) is known color: Jordy Blue. HEX triplet: 77, AB and EE. RGB value is (119,171,238). Sum of RGB (Red+Green+Blue) = 119+171+238=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #77ABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ABEE is #885411. Grayscale: #A2A2A2. Windows color (decimal): -8934418 or 15641463. OLE color: 15641463.

HSL color Cylindrical-coordinate representation of color #77ABEE: hue angle of 213.78º degrees, saturation: 0.78, 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 #77ABEE is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 171 238 -
CMYK 0.50 0.28 0 0.07
HSL 213.78º 0.78% 0.7% -
HSV(B) 213.78º 0.5% 0.93% -
XYZ 37.6 39.22 86.48 -
YUV 163.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 119 171 238 0.50 0.28 0 0.07 213.78 0.78 0.7
Hex 77 AB EE 32 1C 0 7 D6 4E 46
Octal 167 253 356 62 34 0 7 326 116 106
Binary 1110111 10101011 11101110 110010 11100 0 111 11010110 1001110 1000110

Color Harmonies of #77ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABEE

Black with #77ABEE

Text Example


Text Example

White with #77ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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