#B1C9FF

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

Shades of Tropical Blue #B1C9FF

Tints of Tropical Blue #B1C9FF

Color information

#B1C9FF (or 0xB1C9FF) is unknown color: approx Tropical Blue. HEX triplet: B1, C9 and FF. RGB value is (177,201,255). Sum of RGB (Red+Green+Blue) = 177+201+255=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1C9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C9FF is #4E3600. Grayscale: #C7C7C7. Windows color (decimal): -5125633 or 16763313. OLE color: 16763313.

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

Color convert

RGB177201255-
CMYK0.310.2100
HSL221.54º100%84.71%-
HSV(B)221.54º30.59%100%-
XYZ57.0758.34102.86-
YUV199.98159.05111.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.96%
GREEN value IS 201 (78.91% from 255) = 31.75%
BLUE value IS 255 (100% from 255) = 40.28%
R=27.96%
G=31.75%
B=40.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772012550.310.2100221.5410084.71
HexB1C9FF1F1500de6455
Octal261311377372500336144125
Binary1011000111001001111111111111110101001101111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C9FF; }

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

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

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

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

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

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

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

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