#B8DEFB

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

Shades of Pale Cornflower Blue #B8DEFB

Tints of Pale Cornflower Blue #B8DEFB

Color information

#B8DEFB (or 0xB8DEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, DE and FB. RGB value is (184,222,251). Sum of RGB (Red+Green+Blue) = 184+222+251=657 (87% of max value = 765). Red value is 184 (72.27% from 255 or 28.01% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DEFB is #472104. Grayscale: #D5D5D5. Windows color (decimal): -4661509 or 16506552. OLE color: 16506552.

HSL color Cylindrical-coordinate representation of color #B8DEFB: hue angle of 205.97º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8DEFB is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184222251-
CMYK0.270.1200.02
HSL205.97º89.33%85.29%-
HSV(B)205.97º26.69%98.43%-
XYZ63.369.4101.33-
YUV213.94148.91106.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.01%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=28.01%
G=33.79%
B=38.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842222510.270.1200.02205.9789.3385.29
HexB8DEFB1BC02ce5955
Octal270336373331402316131125
Binary1011100011011110111110111101111000101100111010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DEFB; }

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

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

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

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

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

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

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

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