#76CBE7

Color #76CBE7 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #76CBE7

Tints of Spray #76CBE7

Color information

#76CBE7 (or 0x76CBE7) is unknown color: approx Spray. HEX triplet: 76, CB and E7. RGB value is (118,203,231). Sum of RGB (Red+Green+Blue) = 118+203+231=552 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.38% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #76CBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CBE7 is #893418. Grayscale: #B4B4B4. Windows color (decimal): -8991769 or 15190902. OLE color: 15190902.

HSL color Cylindrical-coordinate representation of color #76CBE7: hue angle of 194.87º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76CBE7 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB118203231-
CMYK0.490.1200.09
HSL194.87º70.19%68.43%-
HSV(B)194.87º48.92%90.59%-
XYZ43.2552.3383.42-
YUV180.78156.3483.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.38%
GREEN value IS 203 (79.69% from 255) = 36.78%
BLUE value IS 231 (90.62% from 255) = 41.85%
R=21.38%
G=36.78%
B=41.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182032310.490.1200.09194.8770.1968.43
Hex76CBE731C09c34644
Octal1663133476114011303106104
Binary111011011001011111001111100011100010011100001110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,203,231); }

 H1.HeaderClassName
 {
   color: #76CBE7;
 }
 .AnyTagClassName
 {
   color: #76CBE7;
 }
</style>
background-color css

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

 a { background-color: rgb(118,203,231); }

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

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

 span { border-color: rgb(118,203,231); }

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