Html Css Color HEX #76ACDB Jordy Blue

📋 copy color: '#76ACDB'

red 118 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #76ACDB

Tints of Jordy Blue #76ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.79%

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

R = 23.18%
G = 33.79%
B = 43.03%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76ACDB (or 0x76ACDB) is known color: Jordy Blue. HEX triplet: 76, AC and DB. RGB value is (118,172,219). Sum of RGB (Red+Green+Blue) = 118+172+219=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #76ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACDB is #895324. Grayscale: #A0A0A0. Windows color (decimal): -8999717 or 14396534. OLE color: 14396534.

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

Color convert

RGB 118 172 219 -
CMYK 0.46 0.21 0 0.14
HSL 207.92º 0.58% 0.66% -
HSV(B) 207.92º 0.46% 0.86% -
XYZ 35.01 38.47 72.6 -
YUV 161.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 118 172 219 0.46 0.21 0 0.14 207.92 0.58 0.66
Hex 76 AC DB 2E 15 0 E D0 3A 42
Octal 166 254 333 56 25 0 16 320 72 102
Binary 1110110 10101100 11011011 101110 10101 0 1110 11010000 111010 1000010

Color Harmonies of #76ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ACDB

Black with #76ACDB

Text Example


Text Example

White with #76ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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