#B5CAFA

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

Shades of Tropical Blue #B5CAFA

Tints of Tropical Blue #B5CAFA

Color information

#B5CAFA (or 0xB5CAFA) is unknown color: approx Tropical Blue. HEX triplet: B5, CA and FA. RGB value is (181,202,250). Sum of RGB (Red+Green+Blue) = 181+202+250=633 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.59% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CAFA is #4A3505. Grayscale: #C8C8C8. Windows color (decimal): -4863238 or 16435893. OLE color: 16435893.

HSL color Cylindrical-coordinate representation of color #B5CAFA: hue angle of 221.74º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5CAFA is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181202250-
CMYK0.280.1900.02
HSL221.74º87.34%84.51%-
HSV(B)221.74º27.6%98.04%-
XYZ57.4358.9798.8-
YUV201.19155.54113.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.59%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=28.59%
G=31.91%
B=39.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812022500.280.1900.02221.7487.3484.51
HexB5CAFA1C1302de5755
Octal265312372342302336127125
Binary10110101110010101111101011100100110101101111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CAFA; }

 p { color: rgb(181,202,250); }

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

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

 a { background-color: rgb(181,202,250); }

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

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

 span { border-color: rgb(181,202,250); }

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