#B9DAF7

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

Shades of Pale Cornflower Blue #B9DAF7

Tints of Pale Cornflower Blue #B9DAF7

Color information

#B9DAF7 (or 0xB9DAF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DA and F7. RGB value is (185,218,247). Sum of RGB (Red+Green+Blue) = 185+218+247=650 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.46% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 247 (96.88% from 255 or 38% from 650); Max value from RGB is 247 - color contains mainly: blue. Hex color #B9DAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAF7 is #462508. Grayscale: #D3D3D3. Windows color (decimal): -4597001 or 16243385. OLE color: 16243385.

HSL color Cylindrical-coordinate representation of color #B9DAF7: hue angle of 208.06º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9DAF7 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185218247-
CMYK0.250.1200.03
HSL208.06º79.49%84.71%-
HSV(B)208.06º25.1%96.86%-
XYZ61.8767.1797.7-
YUV211.44148.07109.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.46%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 247 (96.88% from 255) = 38%
R=28.46%
G=33.54%
B=38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852182470.250.1200.03208.0679.4984.71
HexB9DAF719C03d04f55
Octal271332367311403320117125
Binary1011100111011010111101111100111000111101000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DAF7; }

 p { color: rgb(185,218,247); }

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

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

 a { background-color: rgb(185,218,247); }

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

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

 span { border-color: rgb(185,218,247); }

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