Html Css Color HEX #76ABDB Jordy Blue

📋 copy color: '#76ABDB'

red 118 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #76ABDB

Tints of Jordy Blue #76ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.66%

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

R = 23.23%
G = 33.66%
B = 43.11%

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

#76ABDB (or 0x76ABDB) is known color: Jordy Blue. HEX triplet: 76, AB and DB. RGB value is (118,171,219). Sum of RGB (Red+Green+Blue) = 118+171+219=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #76ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABDB is #895424. Grayscale: #A0A0A0. Windows color (decimal): -8999973 or 14396278. OLE color: 14396278.

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

Color convert

RGB 118 171 219 -
CMYK 0.46 0.22 0 0.14
HSL 208.51º 0.58% 0.66% -
HSV(B) 208.51º 0.46% 0.86% -
XYZ 34.82 38.09 72.54 -
YUV 160.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 118 171 219 0.46 0.22 0 0.14 208.51 0.58 0.66
Hex 76 AB DB 2E 16 0 E D1 3A 42
Octal 166 253 333 56 26 0 16 321 72 102
Binary 1110110 10101011 11011011 101110 10110 0 1110 11010001 111010 1000010

Color Harmonies of #76ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABDB

Black with #76ABDB

Text Example


Text Example

White with #76ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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