Html Css Color HEX #B3E5FE Columbia Blue

📋 copy color: '#B3E5FE'

red 179 ◦ green 229 ◦ blue 254

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

Shades of Columbia Blue #B3E5FE

Tints of Columbia Blue #B3E5FE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.59%

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

R = 27.04%
G = 34.59%
B = 38.37%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B3E5FE (or 0xB3E5FE) is known color: Columbia Blue. HEX triplet: B3, E5 and FE. RGB value is (179,229,254). Sum of RGB (Red+Green+Blue) = 179+229+254=662 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.04% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E5FE is #4C1A01. Grayscale: #D8D8D8. Windows color (decimal): -4987394 or 16704947. OLE color: 16704947.

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

Color convert

RGB 179 229 254 -
CMYK 0.30 0.10 0 0.00
HSL 200º 0.97% 0.85% -
HSV(B) 200º 0.3% 1% -
XYZ 64.5 72.78 104.41 -
YUV 216.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 179 229 254 0.30 0.10 0 0.00 200 0.97 0.85
Hex B3 E5 FE 1E A 0 0 C8 61 55
Octal 263 345 376 36 12 0 0 310 141 125
Binary 10110011 11100101 11111110 11110 1010 0 0 11001000 1100001 1010101

Color Harmonies of #B3E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E5FE

Black with #B3E5FE

Text Example


Text Example

White with #B3E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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