#B8DEFD

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

Shades of Pale Cornflower Blue #B8DEFD

Tints of Pale Cornflower Blue #B8DEFD

Color information

#B8DEFD (or 0xB8DEFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, DE and FD. RGB value is (184,222,253). Sum of RGB (Red+Green+Blue) = 184+222+253=659 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.92% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DEFD is #472102. Grayscale: #D6D6D6. Windows color (decimal): -4661507 or 16637624. OLE color: 16637624.

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

Color convert

RGB184222253-
CMYK0.270.1200.01
HSL206.96º94.52%85.69%-
HSV(B)206.96º27.27%99.22%-
XYZ63.6269.52103-
YUV214.17149.91106.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.92%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=27.92%
G=33.69%
B=38.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842222530.270.1200.01206.9694.5285.69
HexB8DEFD1BC01cf5f56
Octal270336375331401317137126
Binary101110001101111011111101110111100011100111110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DEFD; }

 p { color: rgb(184,222,253); }

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

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

 a { background-color: rgb(184,222,253); }

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

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

 span { border-color: rgb(184,222,253); }

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