Html Css Color HEX #76AADD Jordy Blue

📋 copy color: '#76AADD'

red 118 ◦ green 170 ◦ blue 221

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

Shades of Jordy Blue #76AADD

Tints of Jordy Blue #76AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 23.18%
G = 33.4%
B = 43.42%

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

#76AADD (or 0x76AADD) is known color: Jordy Blue. HEX triplet: 76, AA and DD. RGB value is (118,170,221). Sum of RGB (Red+Green+Blue) = 118+170+221=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #76AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AADD is #895522. Grayscale: #A0A0A0. Windows color (decimal): -9000227 or 14527094. OLE color: 14527094.

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

Color convert

RGB 118 170 221 -
CMYK 0.47 0.23 0 0.13
HSL 209.71º 0.6% 0.66% -
HSV(B) 209.71º 0.47% 0.87% -
XYZ 34.9 37.82 73.87 -
YUV 160.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 118 170 221 0.47 0.23 0 0.13 209.71 0.6 0.66
Hex 76 AA DD 2F 17 0 D D2 3C 42
Octal 166 252 335 57 27 0 15 322 74 102
Binary 1110110 10101010 11011101 101111 10111 0 1101 11010010 111100 1000010

Color Harmonies of #76AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AADD

Black with #76AADD

Text Example


Text Example

White with #76AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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