#B5CAFF

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

Shades of Tropical Blue #B5CAFF

Tints of Tropical Blue #B5CAFF

Color information

#B5CAFF (or 0xB5CAFF) is unknown color: approx Tropical Blue. HEX triplet: B5, CA and FF. RGB value is (181,202,255). Sum of RGB (Red+Green+Blue) = 181+202+255=638 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.37% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CAFF is #4A3500. Grayscale: #C9C9C9. Windows color (decimal): -4863233 or 16763573. OLE color: 16763573.

HSL color Cylindrical-coordinate representation of color #B5CAFF: hue angle of 222.97º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5CAFF is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181202255-
CMYK0.290.2100
HSL222.97º100%85.49%-
HSV(B)222.97º29.02%100%-
XYZ58.2359.28102.98-
YUV201.76158.04113.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.37%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 255 (100% from 255) = 39.97%
R=28.37%
G=31.66%
B=39.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812022550.290.2100222.9710085.49
HexB5CAFF1D1500df6455
Octal265312377352500337144125
Binary1011010111001010111111111110110101001101111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CAFF; }

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

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

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

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

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

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

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

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