#B8E1FE

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

Shades of Pale Cornflower Blue #B8E1FE

Tints of Pale Cornflower Blue #B8E1FE

Color information

#B8E1FE (or 0xB8E1FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, E1 and FE. RGB value is (184,225,254). Sum of RGB (Red+Green+Blue) = 184+225+254=663 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.75% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E1FE is #471E01. Grayscale: #D7D7D7. Windows color (decimal): -4660738 or 16703928. OLE color: 16703928.

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

Color convert

RGB184225254-
CMYK0.280.1100.00
HSL204.86º97.22%85.88%-
HSV(B)204.86º27.56%99.61%-
XYZ64.5871.2104.1-
YUV216.05149.42105.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.75%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=27.75%
G=33.94%
B=38.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842252540.280.1100.00204.8697.2285.88
HexB8E1FE1CB00cd6156
Octal270341376341300315141126
Binary101110001110000111111110111001011001100110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E1FE; }

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

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

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

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

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

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

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

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