#B8DFFE

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

Shades of Pale Cornflower Blue #B8DFFE

Tints of Pale Cornflower Blue #B8DFFE

Color information

#B8DFFE (or 0xB8DFFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, DF and FE. RGB value is (184,223,254). Sum of RGB (Red+Green+Blue) = 184+223+254=661 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.84% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DFFE is #472001. Grayscale: #D6D6D6. Windows color (decimal): -4661250 or 16703416. OLE color: 16703416.

HSL color Cylindrical-coordinate representation of color #B8DFFE: hue angle of 206.57º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8DFFE is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184223254-
CMYK0.280.1200.00
HSL206.57º97.22%85.88%-
HSV(B)206.57º27.56%99.61%-
XYZ64.0470.12103.93-
YUV214.87150.08105.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.84%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=27.84%
G=33.74%
B=38.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842232540.280.1200.00206.5797.2285.88
HexB8DFFE1CC00cf6156
Octal270337376341400317141126
Binary101110001101111111111110111001100001100111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DFFE; }

 p { color: rgb(184,223,254); }

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

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

 a { background-color: rgb(184,223,254); }

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

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

 span { border-color: rgb(184,223,254); }

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