#B9E1FE

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

Shades of Pale Cornflower Blue #B9E1FE

Tints of Pale Cornflower Blue #B9E1FE

Color information

#B9E1FE (or 0xB9E1FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, E1 and FE. RGB value is (185,225,254). Sum of RGB (Red+Green+Blue) = 185+225+254=664 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.86% from 664); Green value is 225 (88.28% from 255 or 33.89% 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 #B9E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E1FE is #461E01. Grayscale: #D8D8D8. Windows color (decimal): -4595202 or 16703929. OLE color: 16703929.

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

Color convert

RGB185225254-
CMYK0.270.1100.00
HSL205.22º97.18%86.08%-
HSV(B)205.22º27.17%99.61%-
XYZ64.8271.32104.12-
YUV216.35149.25105.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.86%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=27.86%
G=33.89%
B=38.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852252540.270.1100.00205.2297.1886.08
HexB9E1FE1BB00cd6156
Octal271341376331300315141126
Binary101110011110000111111110110111011001100110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E1FE; }

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

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

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

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

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

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

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

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