#B0CBED

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

Shades of Tropical Blue #B0CBED

Tints of Tropical Blue #B0CBED

Color information

#B0CBED (or 0xB0CBED) is unknown color: approx Tropical Blue. HEX triplet: B0, CB and ED. RGB value is (176,203,237). Sum of RGB (Red+Green+Blue) = 176+203+237=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CBED is #4F3412. Grayscale: #C6C6C6. Windows color (decimal): -5190675 or 15584176. OLE color: 15584176.

HSL color Cylindrical-coordinate representation of color #B0CBED: hue angle of 213.44º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0CBED is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176203237-
CMYK0.260.1400.07
HSL213.44º62.89%80.98%-
HSV(B)213.44º25.74%92.94%-
XYZ54.5558.0688.45-
YUV198.8149.55111.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.57%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=28.57%
G=32.95%
B=38.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762032370.260.1400.07213.4462.8980.98
HexB0CBED1AE07d53f51
Octal26031335532160732577121
Binary1011000011001011111011011101011100111110101011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBED; }

 p { color: rgb(176,203,237); }

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

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

 a { background-color: rgb(176,203,237); }

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

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

 span { border-color: rgb(176,203,237); }

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