#B5CCE5

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

Shades of Tropical Blue #B5CCE5

Tints of Tropical Blue #B5CCE5

Color information

#B5CCE5 (or 0xB5CCE5) is unknown color: approx Tropical Blue. HEX triplet: B5, CC and E5. RGB value is (181,204,229). Sum of RGB (Red+Green+Blue) = 181+204+229=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #B5CCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCE5 is #4A331A. Grayscale: #C7C7C7. Windows color (decimal): -4862747 or 15060149. OLE color: 15060149.

HSL color Cylindrical-coordinate representation of color #B5CCE5: hue angle of 211.25º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5CCE5 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB181204229-
CMYK0.210.1100.10
HSL211.25º48%80.39%-
HSV(B)211.25º20.96%89.8%-
XYZ54.7958.6782.56-
YUV199.97144.38114.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.48%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=29.48%
G=33.22%
B=37.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1812042290.210.1100.10211.254880.39
HexB5CCE515B0Ad33050
Octal265314345251301232360120
Binary10110101110011001110010110101101101010110100111100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCE5; }

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

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

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

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

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

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

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

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