#B4CAFA

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

Shades of Tropical Blue #B4CAFA

Tints of Tropical Blue #B4CAFA

Color information

#B4CAFA (or 0xB4CAFA) is unknown color: approx Tropical Blue. HEX triplet: B4, CA and FA. RGB value is (180,202,250). Sum of RGB (Red+Green+Blue) = 180+202+250=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CAFA is #4B3505. Grayscale: #C8C8C8. Windows color (decimal): -4928774 or 16435892. OLE color: 16435892.

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

Color convert

RGB180202250-
CMYK0.280.1900.02
HSL221.14º87.5%84.31%-
HSV(B)221.14º28%98.04%-
XYZ57.258.8598.79-
YUV200.89155.71113.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.48%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=28.48%
G=31.96%
B=39.56%

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
Decimal1802022500.280.1900.02221.1487.584.31
HexB4CAFA1C1302dd5854
Octal264312372342302335130124
Binary10110100110010101111101011100100110101101110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CAFA; }

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

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

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

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

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

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

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

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