Html Css Color HEX #77AAF6 Jordy Blue

📋 copy color: '#77AAF6'

red 119 ◦ green 170 ◦ blue 246

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

Shades of Jordy Blue #77AAF6

Tints of Jordy Blue #77AAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.98%

R = 22.24%
G = 31.78%
B = 45.98%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77AAF6 (or 0x77AAF6) is known color: Jordy Blue. HEX triplet: 77, AA and F6. RGB value is (119,170,246). Sum of RGB (Red+Green+Blue) = 119+170+246=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #77AAF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AAF6 is #885509. Grayscale: #A3A3A3. Windows color (decimal): -8934666 or 16165495. OLE color: 16165495.

HSL color Cylindrical-coordinate representation of color #77AAF6: hue angle of 215.91º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77AAF6 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 170 246 -
CMYK 0.52 0.31 0 0.04
HSL 215.91º 0.88% 0.72% -
HSV(B) 215.91º 0.52% 0.96% -
XYZ 38.62 39.33 92.74 -
YUV 163.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 119 170 246 0.52 0.31 0 0.04 215.91 0.88 0.72
Hex 77 AA F6 34 1F 0 4 D8 58 48
Octal 167 252 366 64 37 0 4 330 130 110
Binary 1110111 10101010 11110110 110100 11111 0 100 11011000 1011000 1001000

Color Harmonies of #77AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AAF6

Black with #77AAF6

Text Example


Text Example

White with #77AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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