#B8CCEB

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

Shades of Tropical Blue #B8CCEB

Tints of Tropical Blue #B8CCEB

Color information

#B8CCEB (or 0xB8CCEB) is unknown color: approx Tropical Blue. HEX triplet: B8, CC and EB. RGB value is (184,204,235). Sum of RGB (Red+Green+Blue) = 184+204+235=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CCEB is #473314. Grayscale: #C9C9C9. Windows color (decimal): -4666133 or 15453368. OLE color: 15453368.

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

Color convert

RGB184204235-
CMYK0.220.1300.08
HSL216.47º56.04%82.16%-
HSV(B)216.47º21.7%92.16%-
XYZ56.3659.3787.09-
YUV201.55146.87115.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.53%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=29.53%
G=32.74%
B=37.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842042350.220.1300.08216.4756.0482.16
HexB8CCEB16D08d83852
Octal270314353261501033070122
Binary10111000110011001110101110110110101000110110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCEB; }

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

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

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

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

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

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

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

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