Html Css Color HEX #B4E3FE Columbia Blue

📋 copy color: '#B4E3FE'

red 180 ◦ green 227 ◦ blue 254

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

Shades of Columbia Blue #B4E3FE

Tints of Columbia Blue #B4E3FE

RGB

 RED value IS 180 (70.7% from 255) = 27.23%

 GREEN value IS 227 (89.06% from 255) = 34.34%

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

R = 27.23%
G = 34.34%
B = 38.43%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B4E3FE (or 0xB4E3FE) is known color: Columbia Blue. HEX triplet: B4, E3 and FE. RGB value is (180,227,254). Sum of RGB (Red+Green+Blue) = 180+227+254=661 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.23% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E3FE is #4B1C01. Grayscale: #D7D7D7. Windows color (decimal): -4922370 or 16704436. OLE color: 16704436.

HSL color Cylindrical-coordinate representation of color #B4E3FE: hue angle of 201.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4E3FE is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 227 254 -
CMYK 0.29 0.11 0 0.00
HSL 201.89º 0.97% 0.85% -
HSV(B) 201.89º 0.29% 1% -
XYZ 64.18 71.8 104.24 -
YUV 216.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 180 227 254 0.29 0.11 0 0.00 201.89 0.97 0.85
Hex B4 E3 FE 1D B 0 0 CA 61 55
Octal 264 343 376 35 13 0 0 312 141 125
Binary 10110100 11100011 11111110 11101 1011 0 0 11001010 1100001 1010101

Color Harmonies of #B4E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E3FE

Black with #B4E3FE

Text Example


Text Example

White with #B4E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E3FE; }

 p { color: rgb(180,227,254); }

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

background-color css

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

 a { background-color: rgb(180,227,254); }

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

border-color css

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

 span { border-color: rgb(180,227,254); }

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