#B3DCD0

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

Shades of Cruise #B3DCD0

Tints of Cruise #B3DCD0

Color information

#B3DCD0 (or 0xB3DCD0) is unknown color: approx Cruise. HEX triplet: B3, DC and D0. RGB value is (179,220,208). Sum of RGB (Red+Green+Blue) = 179+220+208=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCD0 is #4C232F. Grayscale: #CECECE. Windows color (decimal): -4989744 or 13687987. OLE color: 13687987.

HSL color Cylindrical-coordinate representation of color #B3DCD0: hue angle of 162.44º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCD0 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB179220208-
CMYK0.1900.050.14
HSL162.44º36.94%78.24%-
HSV(B)162.44º18.64%86.27%-
XYZ55.5765.3269.35-
YUV206.37128.92108.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.49%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 208 (81.64% from 255) = 34.27%
R=29.49%
G=36.24%
B=34.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792202080.1900.050.14162.4436.9478.24
HexB3DCD01305Ea2254e
Octal26333432023051624245116
Binary1011001111011100110100001001101011110101000101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DCD0; }

 p { color: rgb(179,220,208); }

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

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

 a { background-color: rgb(179,220,208); }

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

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

 span { border-color: rgb(179,220,208); }

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