Html Css Color HEX #77AEE0 Jordy Blue

📋 copy color: '#77AEE0'

red 119 ◦ green 174 ◦ blue 224

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

Shades of Jordy Blue #77AEE0

Tints of Jordy Blue #77AEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 23.02%
G = 33.66%
B = 43.33%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#77AEE0 (or 0x77AEE0) is known color: Jordy Blue. HEX triplet: 77, AE and E0. RGB value is (119,174,224). Sum of RGB (Red+Green+Blue) = 119+174+224=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #77AEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AEE0 is #88511F. Grayscale: #A3A3A3. Windows color (decimal): -8933664 or 14724727. OLE color: 14724727.

HSL color Cylindrical-coordinate representation of color #77AEE0: hue angle of 208.57º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77AEE0 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 174 224 -
CMYK 0.47 0.22 0 0.12
HSL 208.57º 0.63% 0.67% -
HSV(B) 208.57º 0.47% 0.88% -
XYZ 36.2 39.58 76.25 -
YUV 163.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 119 174 224 0.47 0.22 0 0.12 208.57 0.63 0.67
Hex 77 AE E0 2F 16 0 C D1 3F 43
Octal 167 256 340 57 26 0 14 321 77 103
Binary 1110111 10101110 11100000 101111 10110 0 1100 11010001 111111 1000011

Color Harmonies of #77AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEE0

Black with #77AEE0

Text Example


Text Example

White with #77AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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