Html Css Color HEX #B2E7FE Columbia Blue

📋 copy color: '#B2E7FE'

red 178 ◦ green 231 ◦ blue 254

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

Shades of Columbia Blue #B2E7FE

Tints of Columbia Blue #B2E7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.84%

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

R = 26.85%
G = 34.84%
B = 38.31%

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

#B2E7FE (or 0xB2E7FE) is known color: Columbia Blue. HEX triplet: B2, E7 and FE. RGB value is (178,231,254). Sum of RGB (Red+Green+Blue) = 178+231+254=663 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.85% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E7FE is #4D1801. Grayscale: #D9D9D9. Windows color (decimal): -5052418 or 16705458. OLE color: 16705458.

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

Color convert

RGB 178 231 254 -
CMYK 0.30 0.09 0 0.00
HSL 198.16º 0.97% 0.85% -
HSV(B) 198.16º 0.3% 1% -
XYZ 64.83 73.77 104.59 -
YUV 217.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 178 231 254 0.30 0.09 0 0.00 198.16 0.97 0.85
Hex B2 E7 FE 1E 9 0 0 C6 61 55
Octal 262 347 376 36 11 0 0 306 141 125
Binary 10110010 11100111 11111110 11110 1001 0 0 11000110 1100001 1010101

Color Harmonies of #B2E7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E7FE

Black with #B2E7FE

Text Example


Text Example

White with #B2E7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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