#B5CBEE

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

Shades of Tropical Blue #B5CBEE

Tints of Tropical Blue #B5CBEE

Color information

#B5CBEE (or 0xB5CBEE) is unknown color: approx Tropical Blue. HEX triplet: B5, CB and EE. RGB value is (181,203,238). Sum of RGB (Red+Green+Blue) = 181+203+238=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CBEE is #4A3411. Grayscale: #C8C8C8. Windows color (decimal): -4862994 or 15649717. OLE color: 15649717.

HSL color Cylindrical-coordinate representation of color #B5CBEE: hue angle of 216.84º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5CBEE is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181203238-
CMYK0.240.1500.07
HSL216.84º62.64%82.16%-
HSV(B)216.84º23.95%93.33%-
XYZ55.8458.7189.28-
YUV200.41149.21114.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.10%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=29.10%
G=32.64%
B=38.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812032380.240.1500.07216.8462.6482.16
HexB5CBEE18F07d93f52
Octal26531335630170733177122
Binary1011010111001011111011101100011110111110110011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CBEE; }

 p { color: rgb(181,203,238); }

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

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

 a { background-color: rgb(181,203,238); }

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

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

 span { border-color: rgb(181,203,238); }

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