#B1CBFC

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

Shades of Tropical Blue #B1CBFC

Tints of Tropical Blue #B1CBFC

Color information

#B1CBFC (or 0xB1CBFC) is unknown color: approx Tropical Blue. HEX triplet: B1, CB and FC. RGB value is (177,203,252). Sum of RGB (Red+Green+Blue) = 177+203+252=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CBFC is #4E3403. Grayscale: #C8C8C8. Windows color (decimal): -5125124 or 16567217. OLE color: 16567217.

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

Color convert

RGB177203252-
CMYK0.300.1900.01
HSL219.2º92.59%84.12%-
HSV(B)219.2º29.76%98.82%-
XYZ57.0659.09100.49-
YUV200.81156.89111.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.01%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=28.01%
G=32.12%
B=39.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772032520.300.1900.01219.292.5984.12
HexB1CBFC1E1301db5d54
Octal261313374362301333135124
Binary1011000111001011111111001111010011011101101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CBFC; }

 p { color: rgb(177,203,252); }

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

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

 a { background-color: rgb(177,203,252); }

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

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

 span { border-color: rgb(177,203,252); }

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