#B2CBFE

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

Shades of Tropical Blue #B2CBFE

Tints of Tropical Blue #B2CBFE

Color information

#B2CBFE (or 0xB2CBFE) is unknown color: approx Tropical Blue. HEX triplet: B2, CB and FE. RGB value is (178,203,254). Sum of RGB (Red+Green+Blue) = 178+203+254=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CBFE is #4D3401. Grayscale: #C9C9C9. Windows color (decimal): -5059586 or 16698290. OLE color: 16698290.

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

Color convert

RGB178203254-
CMYK0.300.2000.00
HSL220.26º97.44%84.71%-
HSV(B)220.26º29.92%99.61%-
XYZ57.6159.33102.18-
YUV201.34157.72111.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.03%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 254 (99.61% from 255) = 40%
R=28.03%
G=31.97%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782032540.300.2000.00220.2697.4484.71
HexB2CBFE1E1400dc6155
Octal262313376362400334141125
Binary1011001011001011111111101111010100001101110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CBFE; }

 p { color: rgb(178,203,254); }

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

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

 a { background-color: rgb(178,203,254); }

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

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

 span { border-color: rgb(178,203,254); }

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