Html Css Color HEX #76AADE Jordy Blue

📋 copy color: '#76AADE'

red 118 ◦ green 170 ◦ blue 222

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

Shades of Jordy Blue #76AADE

Tints of Jordy Blue #76AADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 23.14%
G = 33.33%
B = 43.53%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76AADE (or 0x76AADE) is known color: Jordy Blue. HEX triplet: 76, AA and DE. RGB value is (118,170,222). Sum of RGB (Red+Green+Blue) = 118+170+222=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #76AADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AADE is #895521. Grayscale: #A0A0A0. Windows color (decimal): -9000226 or 14592630. OLE color: 14592630.

HSL color Cylindrical-coordinate representation of color #76AADE: hue angle of 210º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76AADE is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 170 222 -
CMYK 0.47 0.23 0 0.13
HSL 210º 0.61% 0.67% -
HSV(B) 210º 0.47% 0.87% -
XYZ 35.03 37.87 74.57 -
YUV 160.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 118 170 222 0.47 0.23 0 0.13 210 0.61 0.67
Hex 76 AA DE 2F 17 0 D D2 3D 43
Octal 166 252 336 57 27 0 15 322 75 103
Binary 1110110 10101010 11011110 101111 10111 0 1101 11010010 111101 1000011

Color Harmonies of #76AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AADE

Black with #76AADE

Text Example


Text Example

White with #76AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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