Html Css Color HEX #76ABDC Jordy Blue

📋 copy color: '#76ABDC'

red 118 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #76ABDC

Tints of Jordy Blue #76ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 23.18%
G = 33.6%
B = 43.22%

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

#76ABDC (or 0x76ABDC) is known color: Jordy Blue. HEX triplet: 76, AB and DC. RGB value is (118,171,220). Sum of RGB (Red+Green+Blue) = 118+171+220=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #76ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABDC is #895423. Grayscale: #A0A0A0. Windows color (decimal): -8999972 or 14461814. OLE color: 14461814.

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

Color convert

RGB 118 171 220 -
CMYK 0.46 0.22 0 0.14
HSL 208.82º 0.59% 0.66% -
HSV(B) 208.82º 0.46% 0.86% -
XYZ 34.95 38.14 73.23 -
YUV 160.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 118 171 220 0.46 0.22 0 0.14 208.82 0.59 0.66
Hex 76 AB DC 2E 16 0 E D1 3B 42
Octal 166 253 334 56 26 0 16 321 73 102
Binary 1110110 10101011 11011100 101110 10110 0 1110 11010001 111011 1000010

Color Harmonies of #76ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABDC

Black with #76ABDC

Text Example


Text Example

White with #76ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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