#B5DDFC

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

Shades of Pale Cornflower Blue #B5DDFC

Tints of Pale Cornflower Blue #B5DDFC

Color information

#B5DDFC (or 0xB5DDFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, DD and FC. RGB value is (181,221,252). Sum of RGB (Red+Green+Blue) = 181+221+252=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DDFC is #4A2203. Grayscale: #D4D4D4. Windows color (decimal): -4858372 or 16571829. OLE color: 16571829.

HSL color Cylindrical-coordinate representation of color #B5DDFC: hue angle of 206.2º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5DDFC is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181221252-
CMYK0.280.1200.01
HSL206.2º92.21%84.9%-
HSV(B)206.2º28.17%98.82%-
XYZ62.4868.56102.04-
YUV212.57150.25105.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.68%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=27.68%
G=33.79%
B=38.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812212520.280.1200.01206.292.2184.9
HexB5DDFC1CC01ce5c55
Octal265335374341401316134125
Binary101101011101110111111100111001100011100111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DDFC; }

 p { color: rgb(181,221,252); }

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

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

 a { background-color: rgb(181,221,252); }

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

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

 span { border-color: rgb(181,221,252); }

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