Html Css Color HEX #B4E0FE Columbia Blue

📋 copy color: '#B4E0FE'

red 180 ◦ green 224 ◦ blue 254

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

Shades of Columbia Blue #B4E0FE

Tints of Columbia Blue #B4E0FE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.04%

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

R = 27.36%
G = 34.04%
B = 38.6%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B4E0FE (or 0xB4E0FE) is known color: Columbia Blue. HEX triplet: B4, E0 and FE. RGB value is (180,224,254). Sum of RGB (Red+Green+Blue) = 180+224+254=658 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.36% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4E0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E0FE is #4B1F01. Grayscale: #D6D6D6. Windows color (decimal): -4923138 or 16703668. OLE color: 16703668.

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

Color convert

RGB 180 224 254 -
CMYK 0.29 0.12 0 0.00
HSL 204.32º 0.97% 0.85% -
HSV(B) 204.32º 0.29% 1% -
XYZ 63.37 70.17 103.97 -
YUV 214.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 180 224 254 0.29 0.12 0 0.00 204.32 0.97 0.85
Hex B4 E0 FE 1D C 0 0 CC 61 55
Octal 264 340 376 35 14 0 0 314 141 125
Binary 10110100 11100000 11111110 11101 1100 0 0 11001100 1100001 1010101

Color Harmonies of #B4E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E0FE

Black with #B4E0FE

Text Example


Text Example

White with #B4E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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