Html Css Color HEX #76B2DB Jordy Blue

📋 copy color: '#76B2DB'

red 118 ◦ green 178 ◦ blue 219

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

Shades of Jordy Blue #76B2DB

Tints of Jordy Blue #76B2DB

RGB

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

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

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

R = 22.91%
G = 34.56%
B = 42.52%

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

#76B2DB (or 0x76B2DB) is known color: Jordy Blue. HEX triplet: 76, B2 and DB. RGB value is (118,178,219). Sum of RGB (Red+Green+Blue) = 118+178+219=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #76B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2DB is #894D24. Grayscale: #A4A4A4. Windows color (decimal): -8998181 or 14398070. OLE color: 14398070.

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

Color convert

RGB 118 178 219 -
CMYK 0.46 0.19 0 0.14
HSL 204.36º 0.58% 0.66% -
HSV(B) 204.36º 0.46% 0.86% -
XYZ 36.18 40.81 72.99 -
YUV 164.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 118 178 219 0.46 0.19 0 0.14 204.36 0.58 0.66
Hex 76 B2 DB 2E 13 0 E CC 3A 42
Octal 166 262 333 56 23 0 16 314 72 102
Binary 1110110 10110010 11011011 101110 10011 0 1110 11001100 111010 1000010

Color Harmonies of #76B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B2DB

Black with #76B2DB

Text Example


Text Example

White with #76B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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