Html Css Color HEX #B3E5FD Columbia Blue

📋 copy color: '#B3E5FD'

red 179 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #B3E5FD

Tints of Columbia Blue #B3E5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.28%

R = 27.08%
G = 34.64%
B = 38.28%

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

#B3E5FD (or 0xB3E5FD) is known color: Columbia Blue. HEX triplet: B3, E5 and FD. RGB value is (179,229,253). Sum of RGB (Red+Green+Blue) = 179+229+253=661 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.08% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E5FD is #4C1A02. Grayscale: #D8D8D8. Windows color (decimal): -4987395 or 16639411. OLE color: 16639411.

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

Color convert

RGB 179 229 253 -
CMYK 0.29 0.09 0 0.01
HSL 199.46º 0.95% 0.85% -
HSV(B) 199.46º 0.29% 0.99% -
XYZ 64.34 72.71 103.57 -
YUV 216.79 148.44 101.05 -
System Red Green Blue C M Y K H S L
Decimal 179 229 253 0.29 0.09 0 0.01 199.46 0.95 0.85
Hex B3 E5 FD 1D 9 0 1 C7 5F 55
Octal 263 345 375 35 11 0 1 307 137 125
Binary 10110011 11100101 11111101 11101 1001 0 1 11000111 1011111 1010101

Color Harmonies of #B3E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E5FD

Black with #B3E5FD

Text Example


Text Example

White with #B3E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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