Html Css Color HEX #76CADB Spray

📋 copy color: '#76CADB'

red 118 ◦ green 202 ◦ blue 219

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

Shades of Spray #76CADB

Tints of Spray #76CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.48%

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

R = 21.89%
G = 37.48%
B = 40.63%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76CADB (or 0x76CADB) is known color: Spray. HEX triplet: 76, CA and DB. RGB value is (118,202,219). Sum of RGB (Red+Green+Blue) = 118+202+219=539 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.89% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #76CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CADB is #893524. Grayscale: #B2B2B2. Windows color (decimal): -8992037 or 14404214. OLE color: 14404214.

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

Color convert

RGB 118 202 219 -
CMYK 0.46 0.08 0 0.14
HSL 190.1º 0.58% 0.66% -
HSV(B) 190.1º 0.46% 0.86% -
XYZ 41.38 51.21 74.72 -
YUV 178.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 118 202 219 0.46 0.08 0 0.14 190.1 0.58 0.66
Hex 76 CA DB 2E 8 0 E BE 3A 42
Octal 166 312 333 56 10 0 16 276 72 102
Binary 1110110 11001010 11011011 101110 1000 0 1110 10111110 111010 1000010

Color Harmonies of #76CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CADB

Black with #76CADB

Text Example


Text Example

White with #76CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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