Html Css Color HEX #76B2DC Jordy Blue

📋 copy color: '#76B2DC'

red 118 ◦ green 178 ◦ blue 220

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

Shades of Jordy Blue #76B2DC

Tints of Jordy Blue #76B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.5%

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

R = 22.87%
G = 34.5%
B = 42.64%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76B2DC (or 0x76B2DC) is known color: Jordy Blue. HEX triplet: 76, B2 and DC. RGB value is (118,178,220). Sum of RGB (Red+Green+Blue) = 118+178+220=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #76B2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2DC is #894D23. Grayscale: #A4A4A4. Windows color (decimal): -8998180 or 14463606. OLE color: 14463606.

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

Color convert

RGB 118 178 220 -
CMYK 0.46 0.19 0 0.14
HSL 204.71º 0.59% 0.66% -
HSV(B) 204.71º 0.46% 0.86% -
XYZ 36.31 40.86 73.68 -
YUV 164.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 118 178 220 0.46 0.19 0 0.14 204.71 0.59 0.66
Hex 76 B2 DC 2E 13 0 E CD 3B 42
Octal 166 262 334 56 23 0 16 315 73 102
Binary 1110110 10110010 11011100 101110 10011 0 1110 11001101 111011 1000010

Color Harmonies of #76B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B2DC

Black with #76B2DC

Text Example


Text Example

White with #76B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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