Html Css Color HEX #76AADB Jordy Blue

📋 copy color: '#76AADB'

red 118 ◦ green 170 ◦ blue 219

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

Shades of Jordy Blue #76AADB

Tints of Jordy Blue #76AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 23.27%
G = 33.53%
B = 43.2%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76AADB (or 0x76AADB) is known color: Jordy Blue. HEX triplet: 76, AA and DB. RGB value is (118,170,219). Sum of RGB (Red+Green+Blue) = 118+170+219=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #76AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AADB is #895524. Grayscale: #9F9F9F. Windows color (decimal): -9000229 or 14396022. OLE color: 14396022.

HSL color Cylindrical-coordinate representation of color #76AADB: hue angle of 209.11º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76AADB is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 170 219 -
CMYK 0.46 0.22 0 0.14
HSL 209.11º 0.58% 0.66% -
HSV(B) 209.11º 0.46% 0.86% -
XYZ 34.63 37.72 72.47 -
YUV 160.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 118 170 219 0.46 0.22 0 0.14 209.11 0.58 0.66
Hex 76 AA DB 2E 16 0 E D1 3A 42
Octal 166 252 333 56 26 0 16 321 72 102
Binary 1110110 10101010 11011011 101110 10110 0 1110 11010001 111010 1000010

Color Harmonies of #76AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AADB

Black with #76AADB

Text Example


Text Example

White with #76AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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