Html Css Color HEX #77AAF1 Jordy Blue

📋 copy color: '#77AAF1'

red 119 ◦ green 170 ◦ blue 241

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

Shades of Jordy Blue #77AAF1

Tints of Jordy Blue #77AAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 22.45%
G = 32.08%
B = 45.47%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#77AAF1 (or 0x77AAF1) is known color: Jordy Blue. HEX triplet: 77, AA and F1. RGB value is (119,170,241). Sum of RGB (Red+Green+Blue) = 119+170+241=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #77AAF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AAF1 is #88550E. Grayscale: #A2A2A2. Windows color (decimal): -8934671 or 15837815. OLE color: 15837815.

HSL color Cylindrical-coordinate representation of color #77AAF1: hue angle of 214.92º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77AAF1 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 170 241 -
CMYK 0.51 0.29 0 0.05
HSL 214.92º 0.81% 0.71% -
HSV(B) 214.92º 0.51% 0.95% -
XYZ 37.86 39.02 88.76 -
YUV 162.85 172.1 96.73 -
System Red Green Blue C M Y K H S L
Decimal 119 170 241 0.51 0.29 0 0.05 214.92 0.81 0.71
Hex 77 AA F1 33 1D 0 5 D7 51 47
Octal 167 252 361 63 35 0 5 327 121 107
Binary 1110111 10101010 11110001 110011 11101 0 101 11010111 1010001 1000111

Color Harmonies of #77AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AAF1

Black with #77AAF1

Text Example


Text Example

White with #77AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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