Html Css Color HEX #B2E0FE Columbia Blue

📋 copy color: '#B2E0FE'

red 178 ◦ green 224 ◦ blue 254

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

Shades of Columbia Blue #B2E0FE

Tints of Columbia Blue #B2E0FE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.15%

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

R = 27.13%
G = 34.15%
B = 38.72%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2E0FE (or 0xB2E0FE) is known color: Columbia Blue. HEX triplet: B2, E0 and FE. RGB value is (178,224,254). Sum of RGB (Red+Green+Blue) = 178+224+254=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E0FE is #4D1F01. Grayscale: #D5D5D5. Windows color (decimal): -5054210 or 16703666. OLE color: 16703666.

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

Color convert

RGB 178 224 254 -
CMYK 0.30 0.12 0 0.00
HSL 203.68º 0.97% 0.85% -
HSV(B) 203.68º 0.3% 1% -
XYZ 62.91 69.93 103.95 -
YUV 213.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 178 224 254 0.30 0.12 0 0.00 203.68 0.97 0.85
Hex B2 E0 FE 1E C 0 0 CC 61 55
Octal 262 340 376 36 14 0 0 314 141 125
Binary 10110010 11100000 11111110 11110 1100 0 0 11001100 1100001 1010101

Color Harmonies of #B2E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E0FE

Black with #B2E0FE

Text Example


Text Example

White with #B2E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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