#B4E6FE

Color #B4E6FE Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #B4E6FE

Tints of Columbia Blue #B4E6FE

Color information

#B4E6FE (or 0xB4E6FE) is unknown color: approx Columbia Blue. HEX triplet: B4, E6 and FE. RGB value is (180,230,254). Sum of RGB (Red+Green+Blue) = 180+230+254=664 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.11% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4E6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4E6FE is #4B1901. Grayscale: #D9D9D9. Windows color (decimal): -4921602 or 16705204. OLE color: 16705204.

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

Color convert

RGB180230254-
CMYK0.290.0900.00
HSL199.46º97.37%85.1%-
HSV(B)199.46º29.13%99.61%-
XYZ65.0173.45104.52-
YUV217.79148.44101.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.11%
GREEN value IS 230 (90.23% from 255) = 34.64%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=27.11%
G=34.64%
B=38.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802302540.290.0900.00199.4697.3785.1
HexB4E6FE1D900c76155
Octal264346376351100307141125
Binary101101001110011011111110111011001001100011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E6FE; }

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

 H1.HeaderClassName
 {
   color: #B4E6FE;
 }
 .AnyTagClassName
 {
   color: #B4E6FE;
 }
</style>
background-color css

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

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

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

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

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

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