Html Css Color HEX #76AAF6 Jordy Blue

📋 copy color: '#76AAF6'

red 118 ◦ green 170 ◦ blue 246

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

Shades of Jordy Blue #76AAF6

Tints of Jordy Blue #76AAF6

RGB

 RED value IS 118 (46.48% from 255) = 22.1%

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

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

R = 22.1%
G = 31.84%
B = 46.07%

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

#76AAF6 (or 0x76AAF6) is known color: Jordy Blue. HEX triplet: 76, AA and F6. RGB value is (118,170,246). Sum of RGB (Red+Green+Blue) = 118+170+246=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #76AAF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76AAF6 is #895509. Grayscale: #A2A2A2. Windows color (decimal): -9000202 or 16165494. OLE color: 16165494.

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

Color convert

RGB 118 170 246 -
CMYK 0.52 0.31 0 0.04
HSL 215.63º 0.88% 0.71% -
HSV(B) 215.63º 0.52% 0.96% -
XYZ 38.48 39.25 92.74 -
YUV 163.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 118 170 246 0.52 0.31 0 0.04 215.63 0.88 0.71
Hex 76 AA F6 34 1F 0 4 D8 58 47
Octal 166 252 366 64 37 0 4 330 130 107
Binary 1110110 10101010 11110110 110100 11111 0 100 11011000 1011000 1000111

Color Harmonies of #76AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AAF6

Black with #76AAF6

Text Example


Text Example

White with #76AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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