#B8DFFA

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

Shades of Pale Cornflower Blue #B8DFFA

Tints of Pale Cornflower Blue #B8DFFA

Color information

#B8DFFA (or 0xB8DFFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, DF and FA. RGB value is (184,223,250). Sum of RGB (Red+Green+Blue) = 184+223+250=657 (87% of max value = 765). Red value is 184 (72.27% from 255 or 28.01% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DFFA is #472005. Grayscale: #D6D6D6. Windows color (decimal): -4661254 or 16441272. OLE color: 16441272.

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

Color convert

RGB184223250-
CMYK0.260.1100.02
HSL204.55º86.84%85.1%-
HSV(B)204.55º26.4%98.04%-
XYZ63.4169.87100.59-
YUV214.42148.08106.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.01%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=28.01%
G=33.94%
B=38.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842232500.260.1100.02204.5586.8485.1
HexB8DFFA1AB02cd5755
Octal270337372321302315127125
Binary1011100011011111111110101101010110101100110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DFFA; }

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

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

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

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

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

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

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

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