Html Css Color HEX #76CFD8 Spray

📋 copy color: '#76CFD8'

red 118 ◦ green 207 ◦ blue 216

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

Shades of Spray #76CFD8

Tints of Spray #76CFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.93%

R = 21.81%
G = 38.26%
B = 39.93%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#76CFD8 (or 0x76CFD8) is known color: Spray. HEX triplet: 76, CF and D8. RGB value is (118,207,216). Sum of RGB (Red+Green+Blue) = 118+207+216=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #76CFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFD8 is #893027. Grayscale: #B5B5B5. Windows color (decimal): -8990760 or 14208886. OLE color: 14208886.

HSL color Cylindrical-coordinate representation of color #76CFD8: hue angle of 185.51º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76CFD8 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 207 216 -
CMYK 0.45 0.04 0 0.15
HSL 185.51º 0.56% 0.65% -
HSV(B) 185.51º 0.45% 0.85% -
XYZ 42.18 53.44 73.06 -
YUV 181.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 118 207 216 0.45 0.04 0 0.15 185.51 0.56 0.65
Hex 76 CF D8 2D 4 0 F BA 38 41
Octal 166 317 330 55 4 0 17 272 70 101
Binary 1110110 11001111 11011000 101101 100 0 1111 10111010 111000 1000001

Color Harmonies of #76CFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFD8

Black with #76CFD8

Text Example


Text Example

White with #76CFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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