#B0CCED

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

Shades of Tropical Blue #B0CCED

Tints of Tropical Blue #B0CCED

Color information

#B0CCED (or 0xB0CCED) is unknown color: approx Tropical Blue. HEX triplet: B0, CC and ED. RGB value is (176,204,237). Sum of RGB (Red+Green+Blue) = 176+204+237=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CCED is #4F3312. Grayscale: #C7C7C7. Windows color (decimal): -5190419 or 15584432. OLE color: 15584432.

HSL color Cylindrical-coordinate representation of color #B0CCED: hue angle of 212.46º 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 #B0CCED is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176204237-
CMYK0.260.1400.07
HSL212.46º62.89%80.98%-
HSV(B)212.46º25.74%92.94%-
XYZ54.7858.5388.53-
YUV199.39149.22111.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.53%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=28.53%
G=33.06%
B=38.41%

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
Decimal1762042370.260.1400.07212.4662.8980.98
HexB0CCED1AE07d43f51
Octal26031435532160732477121
Binary1011000011001100111011011101011100111110101001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCED; }

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

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

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

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

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

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

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

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