#B8DDFB

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

Shades of Pale Cornflower Blue #B8DDFB

Tints of Pale Cornflower Blue #B8DDFB

Color information

#B8DDFB (or 0xB8DDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, DD and FB. RGB value is (184,221,251). Sum of RGB (Red+Green+Blue) = 184+221+251=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DDFB is #472204. Grayscale: #D5D5D5. Windows color (decimal): -4661765 or 16506296. OLE color: 16506296.

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

Color convert

RGB184221251-
CMYK0.270.1200.02
HSL206.87º89.33%85.29%-
HSV(B)206.87º26.69%98.43%-
XYZ63.0468.87101.24-
YUV213.36149.24107.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.05%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=28.05%
G=33.69%
B=38.26%

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
Decimal1842212510.270.1200.02206.8789.3385.29
HexB8DDFB1BC02cf5955
Octal270335373331402317131125
Binary1011100011011101111110111101111000101100111110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DDFB; }

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

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

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

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

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

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

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

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