#B8DAFA

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

Shades of Pale Cornflower Blue #B8DAFA

Tints of Pale Cornflower Blue #B8DAFA

Color information

#B8DAFA (or 0xB8DAFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, DA and FA. RGB value is (184,218,250). Sum of RGB (Red+Green+Blue) = 184+218+250=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DAFA is #472505. Grayscale: #D3D3D3. Windows color (decimal): -4662534 or 16439992. OLE color: 16439992.

HSL color Cylindrical-coordinate representation of color #B8DAFA: hue angle of 209.09º 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 #B8DAFA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184218250-
CMYK0.260.1300.02
HSL209.09º86.84%85.1%-
HSV(B)209.09º26.4%98.04%-
XYZ62.0967.24100.15-
YUV211.48149.74108.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.22%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=28.22%
G=33.44%
B=38.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842182500.260.1300.02209.0986.8485.1
HexB8DAFA1AD02d15755
Octal270332372321502321127125
Binary1011100011011010111110101101011010101101000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DAFA; }

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

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

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

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

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

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

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

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