#B5D9FB

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

Shades of Pale Cornflower Blue #B5D9FB

Tints of Pale Cornflower Blue #B5D9FB

Color information

#B5D9FB (or 0xB5D9FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, D9 and FB. RGB value is (181,217,251). Sum of RGB (Red+Green+Blue) = 181+217+251=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #B5D9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D9FB is #4A2604. Grayscale: #D1D1D1. Windows color (decimal): -4859397 or 16505269. OLE color: 16505269.

HSL color Cylindrical-coordinate representation of color #B5D9FB: hue angle of 209.14º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5D9FB is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181217251-
CMYK0.280.1400.02
HSL209.14º89.74%84.71%-
HSV(B)209.14º27.89%98.43%-
XYZ61.2866.41100.86-
YUV210.11151.07107.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.89%
GREEN value IS 217 (85.16% from 255) = 33.44%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=27.89%
G=33.44%
B=38.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812172510.280.1400.02209.1489.7484.71
HexB5D9FB1CE02d15a55
Octal265331373341602321132125
Binary1011010111011001111110111110011100101101000110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D9FB; }

 p { color: rgb(181,217,251); }

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

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

 a { background-color: rgb(181,217,251); }

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

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

 span { border-color: rgb(181,217,251); }

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