Html Css Color HEX #B3E7FE Columbia Blue

📋 copy color: '#B3E7FE'

red 179 ◦ green 231 ◦ blue 254

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

Shades of Columbia Blue #B3E7FE

Tints of Columbia Blue #B3E7FE

RGB

 RED value IS 179 (70.31% from 255) = 26.96%

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

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

R = 26.96%
G = 34.79%
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

#B3E7FE (or 0xB3E7FE) is known color: Columbia Blue. HEX triplet: B3, E7 and FE. RGB value is (179,231,254). Sum of RGB (Red+Green+Blue) = 179+231+254=664 (87% of max value = 765). Red value is 179 (70.31% from 255 or 26.96% from 664); Green value is 231 (90.62% from 255 or 34.79% 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 #B3E7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E7FE is #4C1801. Grayscale: #D9D9D9. Windows color (decimal): -4986882 or 16705459. OLE color: 16705459.

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

Color convert

RGB 179 231 254 -
CMYK 0.30 0.09 0 0.00
HSL 198.4º 0.97% 0.85% -
HSV(B) 198.4º 0.3% 1% -
XYZ 65.06 73.89 104.6 -
YUV 218.07 148.27 100.13 -
System Red Green Blue C M Y K H S L
Decimal 179 231 254 0.30 0.09 0 0.00 198.4 0.97 0.85
Hex B3 E7 FE 1E 9 0 0 C6 61 55
Octal 263 347 376 36 11 0 0 306 141 125
Binary 10110011 11100111 11111110 11110 1001 0 0 11000110 1100001 1010101

Color Harmonies of #B3E7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E7FE

Black with #B3E7FE

Text Example


Text Example

White with #B3E7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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