#B5DEFC

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

Shades of Pale Cornflower Blue #B5DEFC

Tints of Pale Cornflower Blue #B5DEFC

Color information

#B5DEFC (or 0xB5DEFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, DE and FC. RGB value is (181,222,252). Sum of RGB (Red+Green+Blue) = 181+222+252=655 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.63% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DEFC is #4A2103. Grayscale: #D4D4D4. Windows color (decimal): -4858116 or 16572085. OLE color: 16572085.

HSL color Cylindrical-coordinate representation of color #B5DEFC: hue angle of 205.35º 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 #B5DEFC is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181222252-
CMYK0.280.1200.01
HSL205.35º92.21%84.9%-
HSV(B)205.35º28.17%98.82%-
XYZ62.7569.09102.12-
YUV213.16149.92105.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.63%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=27.63%
G=33.89%
B=38.47%

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
Decimal1812222520.280.1200.01205.3592.2184.9
HexB5DEFC1CC01cd5c55
Octal265336374341401315134125
Binary101101011101111011111100111001100011100110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEFC; }

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

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

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

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

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

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

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

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