#70CBDB

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

Shades of Spray #70CBDB

Tints of Spray #70CBDB

Color information

#70CBDB (or 0x70CBDB) is unknown color: approx Spray. HEX triplet: 70, CB and DB. RGB value is (112,203,219). Sum of RGB (Red+Green+Blue) = 112+203+219=534 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.97% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #70CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBDB is #8F3424. Grayscale: #B1B1B1. Windows color (decimal): -9384997 or 14404464. OLE color: 14404464.

HSL color Cylindrical-coordinate representation of color #70CBDB: hue angle of 188.97º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70CBDB is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112203219-
CMYK0.490.0700.14
HSL188.97º59.78%64.9%-
HSV(B)188.97º48.86%85.88%-
XYZ40.8251.2774.76-
YUV177.62151.3581.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.97%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=20.97%
G=38.01%
B=41.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122032190.490.0700.14188.9759.7864.9
Hex70CBDB3170Ebd3c41
Octal16031333361701627574101
Binary1110000110010111101101111000111101110101111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70CBDB; }

 p { color: rgb(112,203,219); }

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

<style>
 a { background-color: #70CBDB; }

 a { background-color: rgb(112,203,219); }

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

<style>
 span { border-color: #70CBDB; }

 span { border-color: rgb(112,203,219); }

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