#B5CFED

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

Shades of Tropical Blue #B5CFED

Tints of Tropical Blue #B5CFED

Color information

#B5CFED (or 0xB5CFED) is unknown color: approx Tropical Blue. HEX triplet: B5, CF and ED. RGB value is (181,207,237). Sum of RGB (Red+Green+Blue) = 181+207+237=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFED is #4A3012. Grayscale: #CACACA. Windows color (decimal): -4861971 or 15585205. OLE color: 15585205.

HSL color Cylindrical-coordinate representation of color #B5CFED: hue angle of 212.14º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5CFED is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181207237-
CMYK0.240.1300.07
HSL212.14º60.87%81.96%-
HSV(B)212.14º23.63%92.94%-
XYZ56.6560.5688.82-
YUV202.65147.39112.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.96%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=28.96%
G=33.12%
B=37.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812072370.240.1300.07212.1460.8781.96
HexB5CFED18D07d43d52
Octal26531735530150732475122
Binary1011010111001111111011011100011010111110101001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFED; }

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

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

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

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

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

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

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

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