#B8DEF7

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

Shades of Pale Cornflower Blue #B8DEF7

Tints of Pale Cornflower Blue #B8DEF7

Color information

#B8DEF7 (or 0xB8DEF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, DE and F7. RGB value is (184,222,247). Sum of RGB (Red+Green+Blue) = 184+222+247=653 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.18% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #B8DEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DEF7 is #472108. Grayscale: #D5D5D5. Windows color (decimal): -4661513 or 16244408. OLE color: 16244408.

HSL color Cylindrical-coordinate representation of color #B8DEF7: hue angle of 203.81º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8DEF7 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB184222247-
CMYK0.260.1000.03
HSL203.81º79.75%84.51%-
HSV(B)203.81º25.51%96.86%-
XYZ62.6869.1598.04-
YUV213.49146.91106.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.18%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=28.18%
G=34.00%
B=37.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1842222470.260.1000.03203.8179.7584.51
HexB8DEF71AA03cc5055
Octal270336367321203314120125
Binary1011100011011110111101111101010100111100110010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DEF7; }

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

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

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

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

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

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

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

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