Html Css Color HEX #B2E6FC Columbia Blue

📋 copy color: '#B2E6FC'

red 178 ◦ green 230 ◦ blue 252

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

Shades of Columbia Blue #B2E6FC

Tints of Columbia Blue #B2E6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.85%

 BLUE value IS 252 (98.83% from 255) = 38.18%

R = 26.97%
G = 34.85%
B = 38.18%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2E6FC (or 0xB2E6FC) is known color: Columbia Blue. HEX triplet: B2, E6 and FC. RGB value is (178,230,252). Sum of RGB (Red+Green+Blue) = 178+230+252=660 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.97% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2E6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E6FC is #4D1903. Grayscale: #D8D8D8. Windows color (decimal): -5052676 or 16574130. OLE color: 16574130.

HSL color Cylindrical-coordinate representation of color #B2E6FC: hue angle of 197.84º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2E6FC is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 230 252 -
CMYK 0.29 0.09 0 0.01
HSL 197.84º 0.93% 0.84% -
HSV(B) 197.84º 0.29% 0.99% -
XYZ 64.23 73.09 102.82 -
YUV 216.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 178 230 252 0.29 0.09 0 0.01 197.84 0.93 0.84
Hex B2 E6 FC 1D 9 0 1 C6 5C 54
Octal 262 346 374 35 11 0 1 306 134 124
Binary 10110010 11100110 11111100 11101 1001 0 1 11000110 1011100 1010100

Color Harmonies of #B2E6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E6FC

Black with #B2E6FC

Text Example


Text Example

White with #B2E6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E6FC; }

 p { color: rgb(178,230,252); }

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

background-color css

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

 a { background-color: rgb(178,230,252); }

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

border-color css

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

 span { border-color: rgb(178,230,252); }

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