#B0CCEE

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

Shades of Tropical Blue #B0CCEE

Tints of Tropical Blue #B0CCEE

Color information

#B0CCEE (or 0xB0CCEE) is unknown color: approx Tropical Blue. HEX triplet: B0, CC and EE. RGB value is (176,204,238). Sum of RGB (Red+Green+Blue) = 176+204+238=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0CCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CCEE is #4F3311. Grayscale: #C7C7C7. Windows color (decimal): -5190418 or 15649968. OLE color: 15649968.

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

Color convert

RGB176204238-
CMYK0.260.1400.07
HSL212.9º64.58%81.18%-
HSV(B)212.9º26.05%93.33%-
XYZ54.9358.5989.3-
YUV199.5149.72111.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.48%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=28.48%
G=33.01%
B=38.51%

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
Decimal1762042380.260.1400.07212.964.5881.18
HexB0CCEE1AE07d54151
Octal260314356321607325101121
Binary10110000110011001110111011010111001111101010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCEE; }

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

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

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

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

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

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

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

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