#B2C8FE

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

Shades of Tropical Blue #B2C8FE

Tints of Tropical Blue #B2C8FE

Color information

#B2C8FE (or 0xB2C8FE) is unknown color: approx Tropical Blue. HEX triplet: B2, C8 and FE. RGB value is (178,200,254). Sum of RGB (Red+Green+Blue) = 178+200+254=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C8FE is #4D3701. Grayscale: #C7C7C7. Windows color (decimal): -5060354 or 16697522. OLE color: 16697522.

HSL color Cylindrical-coordinate representation of color #B2C8FE: hue angle of 222.63º 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 #B2C8FE is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178200254-
CMYK0.300.2100.00
HSL222.63º97.44%84.71%-
HSV(B)222.63º29.92%99.61%-
XYZ56.957.93101.95-
YUV199.58158.71112.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.16%
GREEN value IS 200 (78.52% from 255) = 31.65%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=28.16%
G=31.65%
B=40.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782002540.300.2100.00222.6397.4484.71
HexB2C8FE1E1500df6155
Octal262310376362500337141125
Binary1011001011001000111111101111010101001101111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C8FE; }

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

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

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

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

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

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

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

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