#88C3D0

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

Shades of Spray #88C3D0

Tints of Spray #88C3D0

Color information

#88C3D0 (or 0x88C3D0) is unknown color: approx Spray. HEX triplet: 88, C3 and D0. RGB value is (136,195,208). Sum of RGB (Red+Green+Blue) = 136+195+208=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #88C3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C3D0 is #773C2F. Grayscale: #B2B2B2. Windows color (decimal): -7814192 or 13681544. OLE color: 13681544.

HSL color Cylindrical-coordinate representation of color #88C3D0: hue angle of 190.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88C3D0 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136195208-
CMYK0.350.0600.18
HSL190.83º43.37%67.45%-
HSV(B)190.83º34.62%81.57%-
XYZ41.0548.8266.93-
YUV178.84144.4597.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.23%
GREEN value IS 195 (76.56% from 255) = 36.18%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=25.23%
G=36.18%
B=38.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361952080.350.0600.18190.8343.3767.45
Hex88C3D0236012bf2b43
Octal21030332043602227753103
Binary100010001100001111010000100011110010010101111111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88C3D0; }

 p { color: rgb(136,195,208); }

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

<style>
 a { background-color: #88C3D0; }

 a { background-color: rgb(136,195,208); }

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

<style>
 span { border-color: #88C3D0; }

 span { border-color: rgb(136,195,208); }

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