#B5DEFE

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

Shades of Pale Cornflower Blue #B5DEFE

Tints of Pale Cornflower Blue #B5DEFE

Color information

#B5DEFE (or 0xB5DEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, DE and FE. RGB value is (181,222,254). Sum of RGB (Red+Green+Blue) = 181+222+254=657 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.55% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DEFE is #4A2101. Grayscale: #D5D5D5. Windows color (decimal): -4858114 or 16703157. OLE color: 16703157.

HSL color Cylindrical-coordinate representation of color #B5DEFE: hue angle of 206.3º 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 #B5DEFE is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181222254-
CMYK0.290.1300.00
HSL206.3º97.33%85.29%-
HSV(B)206.3º28.74%99.61%-
XYZ63.0769.22103.8-
YUV213.39150.92104.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.55%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=27.55%
G=33.79%
B=38.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812222540.290.1300.00206.397.3385.29
HexB5DEFE1DD00ce6155
Octal265336376351500316141125
Binary101101011101111011111110111011101001100111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEFE; }

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

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

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

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

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

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

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

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