Html Css Color HEX #76CFDE Spray

📋 copy color: '#76CFDE'

red 118 ◦ green 207 ◦ blue 222

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

Shades of Spray #76CFDE

Tints of Spray #76CFDE

RGB

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

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

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

R = 21.57%
G = 37.84%
B = 40.59%

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

#76CFDE (or 0x76CFDE) is known color: Spray. HEX triplet: 76, CF and DE. RGB value is (118,207,222). Sum of RGB (Red+Green+Blue) = 118+207+222=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #76CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFDE is #893021. Grayscale: #B5B5B5. Windows color (decimal): -8990754 or 14602102. OLE color: 14602102.

HSL color Cylindrical-coordinate representation of color #76CFDE: hue angle of 188.65º 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 #76CFDE is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 207 222 -
CMYK 0.47 0.07 0 0.13
HSL 188.65º 0.61% 0.67% -
HSV(B) 188.65º 0.47% 0.87% -
XYZ 42.97 53.75 77.22 -
YUV 182.1 150.51 82.28 -
System Red Green Blue C M Y K H S L
Decimal 118 207 222 0.47 0.07 0 0.13 188.65 0.61 0.67
Hex 76 CF DE 2F 7 0 D BD 3D 43
Octal 166 317 336 57 7 0 15 275 75 103
Binary 1110110 11001111 11011110 101111 111 0 1101 10111101 111101 1000011

Color Harmonies of #76CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFDE

Black with #76CFDE

Text Example


Text Example

White with #76CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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