#B8CBEE

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

Shades of Tropical Blue #B8CBEE

Tints of Tropical Blue #B8CBEE

Color information

#B8CBEE (or 0xB8CBEE) is unknown color: approx Tropical Blue. HEX triplet: B8, CB and EE. RGB value is (184,203,238). Sum of RGB (Red+Green+Blue) = 184+203+238=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CBEE is #473411. Grayscale: #C9C9C9. Windows color (decimal): -4666386 or 15649720. OLE color: 15649720.

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

Color convert

RGB184203238-
CMYK0.230.1500.07
HSL218.89º61.36%82.75%-
HSV(B)218.89º22.69%93.33%-
XYZ56.5659.0889.31-
YUV201.31148.71115.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.44%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=29.44%
G=32.48%
B=38.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842032380.230.1500.07218.8961.3682.75
HexB8CBEE17F07db3d53
Octal27031335627170733375123
Binary1011100011001011111011101011111110111110110111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CBEE; }

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

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

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

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

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

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

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

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