#B5CCFD

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

Shades of Tropical Blue #B5CCFD

Tints of Tropical Blue #B5CCFD

Color information

#B5CCFD (or 0xB5CCFD) is unknown color: approx Tropical Blue. HEX triplet: B5, CC and FD. RGB value is (181,204,253). Sum of RGB (Red+Green+Blue) = 181+204+253=638 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.37% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CCFD is #4A3302. Grayscale: #CACACA. Windows color (decimal): -4862723 or 16633013. OLE color: 16633013.

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

Color convert

RGB181204253-
CMYK0.280.1900.01
HSL220.83º94.74%85.1%-
HSV(B)220.83º28.46%99.22%-
XYZ58.3860.1101.45-
YUV202.71156.38112.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.37%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=28.37%
G=31.97%
B=39.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812042530.280.1900.01220.8394.7485.1
HexB5CCFD1C1301dd5f55
Octal265314375342301335137125
Binary1011010111001100111111011110010011011101110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCFD; }

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

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

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

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

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

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

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

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