Html Css Color HEX #77AAEE Jordy Blue

📋 copy color: '#77AAEE'

red 119 ◦ green 170 ◦ blue 238

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

Shades of Jordy Blue #77AAEE

Tints of Jordy Blue #77AAEE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.26%

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

R = 22.58%
G = 32.26%
B = 45.16%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#77AAEE (or 0x77AAEE) is known color: Jordy Blue. HEX triplet: 77, AA and EE. RGB value is (119,170,238). Sum of RGB (Red+Green+Blue) = 119+170+238=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #77AAEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AAEE is #885511. Grayscale: #A2A2A2. Windows color (decimal): -8934674 or 15641207. OLE color: 15641207.

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

Color convert

RGB 119 170 238 -
CMYK 0.50 0.29 0 0.07
HSL 214.29º 0.78% 0.7% -
HSV(B) 214.29º 0.5% 0.93% -
XYZ 37.42 38.84 86.41 -
YUV 162.5 170.6 96.97 -
System Red Green Blue C M Y K H S L
Decimal 119 170 238 0.50 0.29 0 0.07 214.29 0.78 0.7
Hex 77 AA EE 32 1D 0 7 D6 4E 46
Octal 167 252 356 62 35 0 7 326 116 106
Binary 1110111 10101010 11101110 110010 11101 0 111 11010110 1001110 1000110

Color Harmonies of #77AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AAEE

Black with #77AAEE

Text Example


Text Example

White with #77AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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