#B2C9FC

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

Shades of Tropical Blue #B2C9FC

Tints of Tropical Blue #B2C9FC

Color information

#B2C9FC (or 0xB2C9FC) is unknown color: approx Tropical Blue. HEX triplet: B2, C9 and FC. RGB value is (178,201,252). Sum of RGB (Red+Green+Blue) = 178+201+252=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C9FC is #4D3603. Grayscale: #C7C7C7. Windows color (decimal): -5060100 or 16566706. OLE color: 16566706.

HSL color Cylindrical-coordinate representation of color #B2C9FC: hue angle of 221.35º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2C9FC is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178201252-
CMYK0.290.2000.01
HSL221.35º92.5%84.31%-
HSV(B)221.35º29.37%98.82%-
XYZ56.8258.27100.35-
YUV199.94157.38112.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.21%
GREEN value IS 201 (78.91% from 255) = 31.85%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=28.21%
G=31.85%
B=39.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782012520.290.2000.01221.3592.584.31
HexB2C9FC1D1401dd5c54
Octal262311374352401335134124
Binary1011001011001001111111001110110100011101110110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C9FC; }

 p { color: rgb(178,201,252); }

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

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

 a { background-color: rgb(178,201,252); }

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

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

 span { border-color: rgb(178,201,252); }

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