#B9E0FF

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

Shades of Pale Cornflower Blue #B9E0FF

Tints of Pale Cornflower Blue #B9E0FF

Color information

#B9E0FF (or 0xB9E0FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, E0 and FF. RGB value is (185,224,255). Sum of RGB (Red+Green+Blue) = 185+224+255=664 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.86% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9E0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E0FF is #461F00. Grayscale: #D7D7D7. Windows color (decimal): -4595457 or 16769209. OLE color: 16769209.

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

Color convert

RGB185224255-
CMYK0.270.1200
HSL206.57º100%86.27%-
HSV(B)206.57º27.45%100%-
XYZ64.7170.85104.87-
YUV215.87150.08105.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.86%
GREEN value IS 224 (87.89% from 255) = 33.73%
BLUE value IS 255 (100% from 255) = 38.40%
R=27.86%
G=33.73%
B=38.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852242550.270.1200206.5710086.27
HexB9E0FF1BC00cf6456
Octal271340377331400317144126
Binary101110011110000011111111110111100001100111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E0FF; }

 p { color: rgb(185,224,255); }

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

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

 a { background-color: rgb(185,224,255); }

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

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

 span { border-color: rgb(185,224,255); }

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