#B9CCEB

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

Shades of Tropical Blue #B9CCEB

Tints of Tropical Blue #B9CCEB

Color information

#B9CCEB (or 0xB9CCEB) is unknown color: approx Tropical Blue. HEX triplet: B9, CC and EB. RGB value is (185,204,235). Sum of RGB (Red+Green+Blue) = 185+204+235=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CCEB is #463314. Grayscale: #C9C9C9. Windows color (decimal): -4600597 or 15453369. OLE color: 15453369.

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

Color convert

RGB185204235-
CMYK0.210.1300.08
HSL217.2º55.56%82.35%-
HSV(B)217.2º21.28%92.16%-
XYZ56.659.587.1-
YUV201.85146.71115.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.65%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=29.65%
G=32.69%
B=37.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852042350.210.1300.08217.255.5682.35
HexB9CCEB15D08d93852
Octal271314353251501033170122
Binary10111001110011001110101110101110101000110110011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCEB; }

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

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

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

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

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

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

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

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