#B5DEFA

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

Shades of Pale Cornflower Blue #B5DEFA

Tints of Pale Cornflower Blue #B5DEFA

Color information

#B5DEFA (or 0xB5DEFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, DE and FA. RGB value is (181,222,250). Sum of RGB (Red+Green+Blue) = 181+222+250=653 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.72% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DEFA is #4A2105. Grayscale: #D4D4D4. Windows color (decimal): -4858118 or 16441013. OLE color: 16441013.

HSL color Cylindrical-coordinate representation of color #B5DEFA: hue angle of 204.35º degrees, saturation: 0.87, 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 #B5DEFA is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181222250-
CMYK0.280.1100.02
HSL204.35º87.34%84.51%-
HSV(B)204.35º27.6%98.04%-
XYZ62.4368.97100.46-
YUV212.93148.92105.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.72%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=27.72%
G=34.00%
B=38.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812222500.280.1100.02204.3587.3484.51
HexB5DEFA1CB02cc5755
Octal265336372341302314127125
Binary1011010111011110111110101110010110101100110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEFA; }

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

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

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

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

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

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

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

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