#b2c9ff

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

Shades of Tropical Blue #B2C9FF

Tints of Tropical Blue #B2C9FF

Color information

#B2C9FF (or 0xB2C9FF) is unknown color: approx Tropical Blue. HEX triplet: B2, C9 and FF. RGB value is (178,201,255). Sum of RGB (Red+Green+Blue) = 178+201+255=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2C9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C9FF is #4D3600. Grayscale: #C8C8C8. Windows color (decimal): -5060097 or 16763314. OLE color: 16763314.

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

Color convert

RGB178201255-
CMYK0.300.2100
HSL222.08º100%84.9%-
HSV(B)222.08º30.2%100%-
XYZ57.358.46102.87-
YUV200.28158.88112.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.08%
GREEN value IS 201 (78.91% from 255) = 31.70%
BLUE value IS 255 (100% from 255) = 40.22%
R=28.08%
G=31.70%
B=40.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782012550.300.2100222.0810084.9
HexB2C9FF1E1500de6455
Octal262311377362500336144125
Binary1011001011001001111111111111010101001101111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2c9ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2c9ff; }

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

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

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

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

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

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

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

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