Html Css Color HEX #76A7DB Jordy Blue

📋 copy color: '#76A7DB'

red 118 ◦ green 167 ◦ blue 219

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

Shades of Jordy Blue #76A7DB

Tints of Jordy Blue #76A7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.13%

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

R = 23.41%
G = 33.13%
B = 43.45%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76A7DB (or 0x76A7DB) is known color: Jordy Blue. HEX triplet: 76, A7 and DB. RGB value is (118,167,219). Sum of RGB (Red+Green+Blue) = 118+167+219=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #76A7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A7DB is #895824. Grayscale: #9E9E9E. Windows color (decimal): -9000997 or 14395254. OLE color: 14395254.

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

Color convert

RGB 118 167 219 -
CMYK 0.46 0.24 0 0.14
HSL 210.89º 0.58% 0.66% -
HSV(B) 210.89º 0.46% 0.86% -
XYZ 34.08 36.6 72.29 -
YUV 158.28 162.27 99.27 -
System Red Green Blue C M Y K H S L
Decimal 118 167 219 0.46 0.24 0 0.14 210.89 0.58 0.66
Hex 76 A7 DB 2E 18 0 E D3 3A 42
Octal 166 247 333 56 30 0 16 323 72 102
Binary 1110110 10100111 11011011 101110 11000 0 1110 11010011 111010 1000010

Color Harmonies of #76A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A7DB

Black with #76A7DB

Text Example


Text Example

White with #76A7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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