#B1CCEF

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

Shades of Tropical Blue #B1CCEF

Tints of Tropical Blue #B1CCEF

Color information

#B1CCEF (or 0xB1CCEF) is unknown color: approx Tropical Blue. HEX triplet: B1, CC and EF. RGB value is (177,204,239). Sum of RGB (Red+Green+Blue) = 177+204+239=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1CCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CCEF is #4E3310. Grayscale: #C7C7C7. Windows color (decimal): -5124881 or 15715505. OLE color: 15715505.

HSL color Cylindrical-coordinate representation of color #B1CCEF: hue angle of 213.87º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1CCEF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177204239-
CMYK0.260.1500.06
HSL213.87º65.96%81.57%-
HSV(B)213.87º25.94%93.73%-
XYZ55.358.7690.09-
YUV199.92150.05111.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.55%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 239 (93.75% from 255) = 38.55%
R=28.55%
G=32.90%
B=38.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772042390.260.1500.06213.8765.9681.57
HexB1CCEF1AF06d64252
Octal261314357321706326102122
Binary10110001110011001110111111010111101101101011010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCEF; }

 p { color: rgb(177,204,239); }

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

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

 a { background-color: rgb(177,204,239); }

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

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

 span { border-color: rgb(177,204,239); }

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