#B5CCEB

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

Shades of Tropical Blue #B5CCEB

Tints of Tropical Blue #B5CCEB

Color information

#B5CCEB (or 0xB5CCEB) is unknown color: approx Tropical Blue. HEX triplet: B5, CC and EB. RGB value is (181,204,235). Sum of RGB (Red+Green+Blue) = 181+204+235=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CCEB is #4A3314. Grayscale: #C8C8C8. Windows color (decimal): -4862741 or 15453365. OLE color: 15453365.

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

Color convert

RGB181204235-
CMYK0.230.1300.08
HSL214.44º57.45%81.57%-
HSV(B)214.44º22.98%92.16%-
XYZ55.6459.0187.05-
YUV200.66147.38113.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.19%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=29.19%
G=32.90%
B=37.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812042350.230.1300.08214.4457.4581.57
HexB5CCEB17D08d63952
Octal265314353271501032671122
Binary10110101110011001110101110111110101000110101101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCEB; }

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

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

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

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

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

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

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

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