Html Css Color HEX #77AAF0 Jordy Blue

📋 copy color: '#77AAF0'

red 119 ◦ green 170 ◦ blue 240

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

Shades of Jordy Blue #77AAF0

Tints of Jordy Blue #77AAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 22.5%
G = 32.14%
B = 45.37%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#77AAF0 (or 0x77AAF0) is known color: Jordy Blue. HEX triplet: 77, AA and F0. RGB value is (119,170,240). Sum of RGB (Red+Green+Blue) = 119+170+240=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #77AAF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AAF0 is #88550F. Grayscale: #A2A2A2. Windows color (decimal): -8934672 or 15772279. OLE color: 15772279.

HSL color Cylindrical-coordinate representation of color #77AAF0: hue angle of 214.71º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77AAF0 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 170 240 -
CMYK 0.50 0.29 0 0.06
HSL 214.71º 0.8% 0.7% -
HSV(B) 214.71º 0.5% 0.94% -
XYZ 37.71 38.96 87.97 -
YUV 162.73 171.6 96.81 -
System Red Green Blue C M Y K H S L
Decimal 119 170 240 0.50 0.29 0 0.06 214.71 0.8 0.7
Hex 77 AA F0 32 1D 0 6 D7 50 46
Octal 167 252 360 62 35 0 6 327 120 106
Binary 1110111 10101010 11110000 110010 11101 0 110 11010111 1010000 1000110

Color Harmonies of #77AAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AAF0

Black with #77AAF0

Text Example


Text Example

White with #77AAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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