Html Css Color HEX #76CFDB Spray

📋 copy color: '#76CFDB'

red 118 ◦ green 207 ◦ blue 219

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

Shades of Spray #76CFDB

Tints of Spray #76CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.05%

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

R = 21.69%
G = 38.05%
B = 40.26%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76CFDB (or 0x76CFDB) is known color: Spray. HEX triplet: 76, CF and DB. RGB value is (118,207,219). Sum of RGB (Red+Green+Blue) = 118+207+219=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #76CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFDB is #893024. Grayscale: #B5B5B5. Windows color (decimal): -8990757 or 14405494. OLE color: 14405494.

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

Color convert

RGB 118 207 219 -
CMYK 0.46 0.05 0 0.14
HSL 187.13º 0.58% 0.66% -
HSV(B) 187.13º 0.46% 0.86% -
XYZ 42.57 53.59 75.12 -
YUV 181.76 149.01 82.52 -
System Red Green Blue C M Y K H S L
Decimal 118 207 219 0.46 0.05 0 0.14 187.13 0.58 0.66
Hex 76 CF DB 2E 5 0 E BB 3A 42
Octal 166 317 333 56 5 0 16 273 72 102
Binary 1110110 11001111 11011011 101110 101 0 1110 10111011 111010 1000010

Color Harmonies of #76CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFDB

Black with #76CFDB

Text Example


Text Example

White with #76CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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