#B5D9FE

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

Shades of Pale Cornflower Blue #B5D9FE

Tints of Pale Cornflower Blue #B5D9FE

Color information

#B5D9FE (or 0xB5D9FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, D9 and FE. RGB value is (181,217,254). Sum of RGB (Red+Green+Blue) = 181+217+254=652 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.76% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D9FE is #4A2601. Grayscale: #D2D2D2. Windows color (decimal): -4859394 or 16701877. OLE color: 16701877.

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

Color convert

RGB181217254-
CMYK0.290.1500.00
HSL210.41º97.33%85.29%-
HSV(B)210.41º28.74%99.61%-
XYZ61.7666.61103.37-
YUV210.45152.57106.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.76%
GREEN value IS 217 (85.16% from 255) = 33.28%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=27.76%
G=33.28%
B=38.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812172540.290.1500.00210.4197.3385.29
HexB5D9FE1DF00d26155
Octal265331376351700322141125
Binary101101011101100111111110111011111001101001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D9FE; }

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

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

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

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

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

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

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

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