#B8DBFC

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

Shades of Pale Cornflower Blue #B8DBFC

Tints of Pale Cornflower Blue #B8DBFC

Color information

#B8DBFC (or 0xB8DBFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, DB and FC. RGB value is (184,219,252). Sum of RGB (Red+Green+Blue) = 184+219+252=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBFC is #472403. Grayscale: #D4D4D4. Windows color (decimal): -4662276 or 16571320. OLE color: 16571320.

HSL color Cylindrical-coordinate representation of color #B8DBFC: hue angle of 209.12º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8DBFC is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184219252-
CMYK0.270.1300.01
HSL209.12º91.89%85.49%-
HSV(B)209.12º26.98%98.82%-
XYZ62.6767.88101.89-
YUV212.3150.4107.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.09%
GREEN value IS 219 (85.94% from 255) = 33.44%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=28.09%
G=33.44%
B=38.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842192520.270.1300.01209.1291.8985.49
HexB8DBFC1BD01d15c55
Octal270333374331501321134125
Binary101110001101101111111100110111101011101000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DBFC; }

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

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

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

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

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

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

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

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