Html Css Color HEX #76CFDD Spray

📋 copy color: '#76CFDD'

red 118 ◦ green 207 ◦ blue 221

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

Shades of Spray #76CFDD

Tints of Spray #76CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 21.61%
G = 37.91%
B = 40.48%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76CFDD (or 0x76CFDD) is known color: Spray. HEX triplet: 76, CF and DD. RGB value is (118,207,221). Sum of RGB (Red+Green+Blue) = 118+207+221=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #76CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFDD is #893022. Grayscale: #B5B5B5. Windows color (decimal): -8990755 or 14536566. OLE color: 14536566.

HSL color Cylindrical-coordinate representation of color #76CFDD: hue angle of 188.16º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76CFDD is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 207 221 -
CMYK 0.47 0.06 0 0.13
HSL 188.16º 0.6% 0.66% -
HSV(B) 188.16º 0.47% 0.87% -
XYZ 42.84 53.7 76.51 -
YUV 181.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 118 207 221 0.47 0.06 0 0.13 188.16 0.6 0.66
Hex 76 CF DD 2F 6 0 D BC 3C 42
Octal 166 317 335 57 6 0 15 274 74 102
Binary 1110110 11001111 11011101 101111 110 0 1101 10111100 111100 1000010

Color Harmonies of #76CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFDD

Black with #76CFDD

Text Example


Text Example

White with #76CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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