Html Css Color HEX #76A9DB Jordy Blue

📋 copy color: '#76A9DB'

red 118 ◦ green 169 ◦ blue 219

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

Shades of Jordy Blue #76A9DB

Tints of Jordy Blue #76A9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.4%

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

R = 23.32%
G = 33.4%
B = 43.28%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76A9DB (or 0x76A9DB) is known color: Jordy Blue. HEX triplet: 76, A9 and DB. RGB value is (118,169,219). Sum of RGB (Red+Green+Blue) = 118+169+219=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #76A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A9DB is #895624. Grayscale: #9F9F9F. Windows color (decimal): -9000485 or 14395766. OLE color: 14395766.

HSL color Cylindrical-coordinate representation of color #76A9DB: hue angle of 209.7º 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 #76A9DB is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 169 219 -
CMYK 0.46 0.23 0 0.14
HSL 209.7º 0.58% 0.66% -
HSV(B) 209.7º 0.46% 0.86% -
XYZ 34.45 37.34 72.41 -
YUV 159.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 118 169 219 0.46 0.23 0 0.14 209.7 0.58 0.66
Hex 76 A9 DB 2E 17 0 E D2 3A 42
Octal 166 251 333 56 27 0 16 322 72 102
Binary 1110110 10101001 11011011 101110 10111 0 1110 11010010 111010 1000010

Color Harmonies of #76A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A9DB

Black with #76A9DB

Text Example


Text Example

White with #76A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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