Html Css Color HEX #77AEEA Jordy Blue

📋 copy color: '#77AEEA'

red 119 ◦ green 174 ◦ blue 234

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

Shades of Jordy Blue #77AEEA

Tints of Jordy Blue #77AEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.02%

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

R = 22.58%
G = 33.02%
B = 44.4%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77AEEA (or 0x77AEEA) is known color: Jordy Blue. HEX triplet: 77, AE and EA. RGB value is (119,174,234). Sum of RGB (Red+Green+Blue) = 119+174+234=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #77AEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AEEA is #885115. Grayscale: #A4A4A4. Windows color (decimal): -8933654 or 15380087. OLE color: 15380087.

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

Color convert

RGB 119 174 234 -
CMYK 0.49 0.26 0 0.08
HSL 211.3º 0.73% 0.69% -
HSV(B) 211.3º 0.49% 0.92% -
XYZ 37.6 40.13 83.61 -
YUV 164.4 167.28 95.62 -
System Red Green Blue C M Y K H S L
Decimal 119 174 234 0.49 0.26 0 0.08 211.3 0.73 0.69
Hex 77 AE EA 31 1A 0 8 D3 49 45
Octal 167 256 352 61 32 0 10 323 111 105
Binary 1110111 10101110 11101010 110001 11010 0 1000 11010011 1001001 1000101

Color Harmonies of #77AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEEA

Black with #77AEEA

Text Example


Text Example

White with #77AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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