#B2E8FF

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

Shades of Columbia Blue #B2E8FF

Tints of Columbia Blue #B2E8FF

Color information

#B2E8FF (or 0xB2E8FF) is unknown color: approx Columbia Blue. HEX triplet: B2, E8 and FF. RGB value is (178,232,255). Sum of RGB (Red+Green+Blue) = 178+232+255=665 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.77% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2E8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E8FF is #4D1700. Grayscale: #DADADA. Windows color (decimal): -5052161 or 16771250. OLE color: 16771250.

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

Color convert

RGB178232255-
CMYK0.300.0900
HSL197.92º100%84.9%-
HSV(B)197.92º30.2%100%-
XYZ65.2774.4105.53-
YUV218.48148.6199.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.77%
GREEN value IS 232 (91.02% from 255) = 34.89%
BLUE value IS 255 (100% from 255) = 38.35%
R=26.77%
G=34.89%
B=38.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782322550.300.0900197.9210084.9
HexB2E8FF1E900c66455
Octal262350377361100306144125
Binary101100101110100011111111111101001001100011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E8FF; }

 p { color: rgb(178,232,255); }

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

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

 a { background-color: rgb(178,232,255); }

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

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

 span { border-color: rgb(178,232,255); }

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