#B1CDEB

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

Shades of Tropical Blue #B1CDEB

Tints of Tropical Blue #B1CDEB

Color information

#B1CDEB (or 0xB1CDEB) is unknown color: approx Tropical Blue. HEX triplet: B1, CD and EB. RGB value is (177,205,235). Sum of RGB (Red+Green+Blue) = 177+205+235=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CDEB is #4E3214. Grayscale: #C7C7C7. Windows color (decimal): -5124629 or 15453617. OLE color: 15453617.

HSL color Cylindrical-coordinate representation of color #B1CDEB: hue angle of 211.03º 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 #B1CDEB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177205235-
CMYK0.250.1300.08
HSL211.03º59.18%80.78%-
HSV(B)211.03º24.68%92.16%-
XYZ54.9659.0187.09-
YUV200.05147.72111.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.69%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=28.69%
G=33.23%
B=38.09%

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
Decimal1772052350.250.1300.08211.0359.1880.78
HexB1CDEB19D08d33b51
Octal261315353311501032373121
Binary10110001110011011110101111001110101000110100111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDEB; }

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

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

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

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

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

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

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

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