Html Css Color HEX #B2E8FE Columbia Blue

📋 copy color: '#B2E8FE'

red 178 ◦ green 232 ◦ blue 254

#B2E8FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #B2E8FE

Tints of Columbia Blue #B2E8FE

RGB

 RED value IS 178 (69.92% from 255) = 26.81%

 GREEN value IS 232 (91.02% from 255) = 34.94%

 BLUE value IS 254 (99.61% from 255) = 38.25%

R = 26.81%
G = 34.94%
B = 38.25%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2E8FE (or 0xB2E8FE) is known color: Columbia Blue. HEX triplet: B2, E8 and FE. RGB value is (178,232,254). Sum of RGB (Red+Green+Blue) = 178+232+254=664 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.81% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2E8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E8FE is #4D1701. Grayscale: #DADADA. Windows color (decimal): -5052162 or 16705714. OLE color: 16705714.

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

Color convert

RGB 178 232 254 -
CMYK 0.30 0.09 0 0.00
HSL 197.37º 0.97% 0.85% -
HSV(B) 197.37º 0.3% 1% -
XYZ 65.11 74.33 104.68 -
YUV 218.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 178 232 254 0.30 0.09 0 0.00 197.37 0.97 0.85
Hex B2 E8 FE 1E 9 0 0 C5 61 55
Octal 262 350 376 36 11 0 0 305 141 125
Binary 10110010 11101000 11111110 11110 1001 0 0 11000101 1100001 1010101

Color Harmonies of #B2E8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E8FE

Black with #B2E8FE

Text Example


Text Example

White with #B2E8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E8FE; }

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

 H1.HeaderClassName
 {
   color: #B2E8FE;
 }
 .AnyTagClassName
 {
   color: #B2E8FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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