Html Css Color HEX #76CDDB Spray

📋 copy color: '#76CDDB'

red 118 ◦ green 205 ◦ blue 219

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

Shades of Spray #76CDDB

Tints of Spray #76CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.82%

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

R = 21.77%
G = 37.82%
B = 40.41%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76CDDB (or 0x76CDDB) is known color: Spray. HEX triplet: 76, CD and DB. RGB value is (118,205,219). Sum of RGB (Red+Green+Blue) = 118+205+219=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #76CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDDB is #893224. Grayscale: #B4B4B4. Windows color (decimal): -8991269 or 14404982. OLE color: 14404982.

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

Color convert

RGB 118 205 219 -
CMYK 0.46 0.06 0 0.14
HSL 188.32º 0.58% 0.66% -
HSV(B) 188.32º 0.46% 0.86% -
XYZ 42.09 52.63 74.96 -
YUV 180.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 118 205 219 0.46 0.06 0 0.14 188.32 0.58 0.66
Hex 76 CD DB 2E 6 0 E BC 3A 42
Octal 166 315 333 56 6 0 16 274 72 102
Binary 1110110 11001101 11011011 101110 110 0 1110 10111100 111010 1000010

Color Harmonies of #76CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDDB

Black with #76CDDB

Text Example


Text Example

White with #76CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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