#B5CCFA

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

Shades of Tropical Blue #B5CCFA

Tints of Tropical Blue #B5CCFA

Color information

#B5CCFA (or 0xB5CCFA) is unknown color: approx Tropical Blue. HEX triplet: B5, CC and FA. RGB value is (181,204,250). Sum of RGB (Red+Green+Blue) = 181+204+250=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CCFA is #4A3305. Grayscale: #CACACA. Windows color (decimal): -4862726 or 16436405. OLE color: 16436405.

HSL color Cylindrical-coordinate representation of color #B5CCFA: hue angle of 220º 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 #B5CCFA is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181204250-
CMYK0.280.1800.02
HSL220º87.34%84.51%-
HSV(B)220º27.6%98.04%-
XYZ57.959.9198.95-
YUV202.37154.88112.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.50%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=28.50%
G=32.13%
B=39.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812042500.280.1800.0222087.3484.51
HexB5CCFA1C1202dc5755
Octal265314372342202334127125
Binary10110101110011001111101011100100100101101110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCFA; }

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

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

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

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

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

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

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

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