#B9DAF1

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

Shades of Pale Cornflower Blue #B9DAF1

Tints of Pale Cornflower Blue #B9DAF1

Color information

#B9DAF1 (or 0xB9DAF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: B9, DA and F1. RGB value is (185,218,241). Sum of RGB (Red+Green+Blue) = 185+218+241=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9DAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DAF1 is #46250E. Grayscale: #D2D2D2. Windows color (decimal): -4597007 or 15850169. OLE color: 15850169.

HSL color Cylindrical-coordinate representation of color #B9DAF1: hue angle of 204.64º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9DAF1 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185218241-
CMYK0.230.1000.05
HSL204.64º66.67%83.53%-
HSV(B)204.64º23.24%94.51%-
XYZ60.9666.8192.9-
YUV210.76145.07109.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.73%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=28.73%
G=33.85%
B=37.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852182410.230.1000.05204.6466.6783.53
HexB9DAF117A05cd4354
Octal271332361271205315103124
Binary10111001110110101111000110111101001011100110110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DAF1; }

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

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

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

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

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

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

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

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