#B5CFEA

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

Shades of Tropical Blue #B5CFEA

Tints of Tropical Blue #B5CFEA

Color information

#B5CFEA (or 0xB5CFEA) is unknown color: approx Tropical Blue. HEX triplet: B5, CF and EA. RGB value is (181,207,234). Sum of RGB (Red+Green+Blue) = 181+207+234=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFEA is #4A3015. Grayscale: #CACACA. Windows color (decimal): -4861974 or 15388597. OLE color: 15388597.

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

Color convert

RGB181207234-
CMYK0.230.1200.08
HSL210.57º55.79%81.37%-
HSV(B)210.57º22.65%91.76%-
XYZ56.2260.3986.54-
YUV202.3145.89112.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.10%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=29.10%
G=33.28%
B=37.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812072340.230.1200.08210.5755.7981.37
HexB5CFEA17C08d33851
Octal265317352271401032370121
Binary10110101110011111110101010111110001000110100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFEA; }

 p { color: rgb(181,207,234); }

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

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

 a { background-color: rgb(181,207,234); }

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

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

 span { border-color: rgb(181,207,234); }

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