#B1CCEB

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

Shades of Tropical Blue #B1CCEB

Tints of Tropical Blue #B1CCEB

Color information

#B1CCEB (or 0xB1CCEB) is unknown color: approx Tropical Blue. HEX triplet: B1, CC and EB. RGB value is (177,204,235). Sum of RGB (Red+Green+Blue) = 177+204+235=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1CCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CCEB is #4E3314. Grayscale: #C7C7C7. Windows color (decimal): -5124885 or 15453361. OLE color: 15453361.

HSL color Cylindrical-coordinate representation of color #B1CCEB: hue angle of 212.07º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1CCEB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177204235-
CMYK0.250.1300.08
HSL212.07º59.18%80.78%-
HSV(B)212.07º24.68%92.16%-
XYZ54.7258.5387.01-
YUV199.46148.05111.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.73%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=28.73%
G=33.12%
B=38.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772042350.250.1300.08212.0759.1880.78
HexB1CCEB19D08d43b51
Octal261314353311501032473121
Binary10110001110011001110101111001110101000110101001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCEB; }

 p { color: rgb(177,204,235); }

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

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

 a { background-color: rgb(177,204,235); }

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

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

 span { border-color: rgb(177,204,235); }

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