#B9CCEA

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

Shades of Tropical Blue #B9CCEA

Tints of Tropical Blue #B9CCEA

Color information

#B9CCEA (or 0xB9CCEA) is unknown color: approx Tropical Blue. HEX triplet: B9, CC and EA. RGB value is (185,204,234). Sum of RGB (Red+Green+Blue) = 185+204+234=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CCEA is #463315. Grayscale: #C9C9C9. Windows color (decimal): -4600598 or 15387833. OLE color: 15387833.

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

Color convert

RGB185204234-
CMYK0.210.1300.08
HSL216.73º53.85%82.16%-
HSV(B)216.73º20.94%91.76%-
XYZ56.4559.4486.34-
YUV201.74146.21116.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.70%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=29.70%
G=32.74%
B=37.56%

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
Decimal1852042340.210.1300.08216.7353.8582.16
HexB9CCEA15D08d93652
Octal271314352251501033166122
Binary10111001110011001110101010101110101000110110011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCEA; }

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

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

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

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

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

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

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

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