#B8DBFB

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

Shades of Pale Cornflower Blue #B8DBFB

Tints of Pale Cornflower Blue #B8DBFB

Color information

#B8DBFB (or 0xB8DBFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, DB and FB. RGB value is (184,219,251). Sum of RGB (Red+Green+Blue) = 184+219+251=654 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.13% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBFB is #472404. Grayscale: #D4D4D4. Windows color (decimal): -4662277 or 16505784. OLE color: 16505784.

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

Color convert

RGB184219251-
CMYK0.270.1300.02
HSL208.66º89.33%85.29%-
HSV(B)208.66º26.69%98.43%-
XYZ62.5167.82101.06-
YUV212.18149.9107.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.13%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=28.13%
G=33.49%
B=38.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842192510.270.1300.02208.6689.3385.29
HexB8DBFB1BD02d15955
Octal270333373331502321131125
Binary1011100011011011111110111101111010101101000110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DBFB; }

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

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

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

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

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

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

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

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