Html Css Color HEX #B4E1FE Columbia Blue

📋 copy color: '#B4E1FE'

red 180 ◦ green 225 ◦ blue 254

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

Shades of Columbia Blue #B4E1FE

Tints of Columbia Blue #B4E1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.14%

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

R = 27.31%
G = 34.14%
B = 38.54%

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

#B4E1FE (or 0xB4E1FE) is known color: Columbia Blue. HEX triplet: B4, E1 and FE. RGB value is (180,225,254). Sum of RGB (Red+Green+Blue) = 180+225+254=659 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.31% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E1FE is #4B1E01. Grayscale: #D6D6D6. Windows color (decimal): -4922882 or 16703924. OLE color: 16703924.

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

Color convert

RGB 180 225 254 -
CMYK 0.29 0.11 0 0.00
HSL 203.51º 0.97% 0.85% -
HSV(B) 203.51º 0.29% 1% -
XYZ 63.64 70.71 104.06 -
YUV 214.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 180 225 254 0.29 0.11 0 0.00 203.51 0.97 0.85
Hex B4 E1 FE 1D B 0 0 CC 61 55
Octal 264 341 376 35 13 0 0 314 141 125
Binary 10110100 11100001 11111110 11101 1011 0 0 11001100 1100001 1010101

Color Harmonies of #B4E1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E1FE

Black with #B4E1FE

Text Example


Text Example

White with #B4E1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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