#B0CEE3

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

Shades of Sail #B0CEE3

Tints of Sail #B0CEE3

Color information

#B0CEE3 (or 0xB0CEE3) is unknown color: approx Sail. HEX triplet: B0, CE and E3. RGB value is (176,206,227). Sum of RGB (Red+Green+Blue) = 176+206+227=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 227 (89.06% from 255 or 37.27% from 609); Max value from RGB is 227 - color contains mainly: blue. Hex color #B0CEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEE3 is #4F311C. Grayscale: #C7C7C7. Windows color (decimal): -5189917 or 14929584. OLE color: 14929584.

HSL color Cylindrical-coordinate representation of color #B0CEE3: hue angle of 204.71º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0CEE3 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB176206227-
CMYK0.220.0900.11
HSL204.71º47.66%79.02%-
HSV(B)204.71º22.47%89.02%-
XYZ53.8458.9281.21-
YUV199.42143.56111.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.90%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 227 (89.06% from 255) = 37.27%
R=28.90%
G=33.83%
B=37.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762062270.220.0900.11204.7147.6679.02
HexB0CEE31690Bcd304f
Octal260316343261101331560117
Binary10110000110011101110001110110100101011110011011100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEE3; }

 p { color: rgb(176,206,227); }

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

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

 a { background-color: rgb(176,206,227); }

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

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

 span { border-color: rgb(176,206,227); }

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