Html Css Color HEX #76CEDE Spray

📋 copy color: '#76CEDE'

red 118 ◦ green 206 ◦ blue 222

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

Shades of Spray #76CEDE

Tints of Spray #76CEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.73%

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 21.61%
G = 37.73%
B = 40.66%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76CEDE (or 0x76CEDE) is known color: Spray. HEX triplet: 76, CE and DE. RGB value is (118,206,222). Sum of RGB (Red+Green+Blue) = 118+206+222=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #76CEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEDE is #893121. Grayscale: #B5B5B5. Windows color (decimal): -8991010 or 14601846. OLE color: 14601846.

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

Color convert

RGB 118 206 222 -
CMYK 0.47 0.07 0 0.13
HSL 189.23º 0.61% 0.67% -
HSV(B) 189.23º 0.47% 0.87% -
XYZ 42.73 53.27 77.14 -
YUV 181.51 150.85 82.7 -
System Red Green Blue C M Y K H S L
Decimal 118 206 222 0.47 0.07 0 0.13 189.23 0.61 0.67
Hex 76 CE DE 2F 7 0 D BD 3D 43
Octal 166 316 336 57 7 0 15 275 75 103
Binary 1110110 11001110 11011110 101111 111 0 1101 10111101 111101 1000011

Color Harmonies of #76CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CEDE

Black with #76CEDE

Text Example


Text Example

White with #76CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,206,222); }

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

background-color css

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

 a { background-color: rgb(118,206,222); }

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

border-color css

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

 span { border-color: rgb(118,206,222); }

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