#B8DBFD

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

Shades of Pale Cornflower Blue #B8DBFD

Tints of Pale Cornflower Blue #B8DBFD

Color information

#B8DBFD (or 0xB8DBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, DB and FD. RGB value is (184,219,253). Sum of RGB (Red+Green+Blue) = 184+219+253=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBFD is #472402. Grayscale: #D4D4D4. Windows color (decimal): -4662275 or 16636856. OLE color: 16636856.

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

Color convert

RGB184219253-
CMYK0.270.1300.01
HSL209.57º94.52%85.69%-
HSV(B)209.57º27.27%99.22%-
XYZ62.8367.95102.73-
YUV212.41150.9107.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.05%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=28.05%
G=33.38%
B=38.57%

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
Decimal1842192530.270.1300.01209.5794.5285.69
HexB8DBFD1BD01d25f56
Octal270333375331501322137126
Binary101110001101101111111101110111101011101001010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DBFD; }

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

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

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

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

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

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

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

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