Html Css Color HEX #76CBDB Spray

📋 copy color: '#76CBDB'

red 118 ◦ green 203 ◦ blue 219

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

Shades of Spray #76CBDB

Tints of Spray #76CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.59%

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

R = 21.85%
G = 37.59%
B = 40.56%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76CBDB (or 0x76CBDB) is known color: Spray. HEX triplet: 76, CB and DB. RGB value is (118,203,219). Sum of RGB (Red+Green+Blue) = 118+203+219=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #76CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBDB is #893424. Grayscale: #B3B3B3. Windows color (decimal): -8991781 or 14404470. OLE color: 14404470.

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

Color convert

RGB 118 203 219 -
CMYK 0.46 0.07 0 0.14
HSL 189.5º 0.58% 0.66% -
HSV(B) 189.5º 0.46% 0.86% -
XYZ 41.61 51.68 74.8 -
YUV 179.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 118 203 219 0.46 0.07 0 0.14 189.5 0.58 0.66
Hex 76 CB DB 2E 7 0 E BE 3A 42
Octal 166 313 333 56 7 0 16 276 72 102
Binary 1110110 11001011 11011011 101110 111 0 1110 10111110 111010 1000010

Color Harmonies of #76CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CBDB

Black with #76CBDB

Text Example


Text Example

White with #76CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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