#B6DBFF

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

Shades of Pale Cornflower Blue #B6DBFF

Tints of Pale Cornflower Blue #B6DBFF

Color information

#B6DBFF (or 0xB6DBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, DB and FF. RGB value is (182,219,255). Sum of RGB (Red+Green+Blue) = 182+219+255=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DBFF is #492400. Grayscale: #D3D3D3. Windows color (decimal): -4793345 or 16767926. OLE color: 16767926.

HSL color Cylindrical-coordinate representation of color #B6DBFF: hue angle of 209.59º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6DBFF is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182219255-
CMYK0.290.1400
HSL209.59º100%85.69%-
HSV(B)209.59º28.63%100%-
XYZ62.6767.83104.4-
YUV212.04152.24106.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.74%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 255 (100% from 255) = 38.87%
R=27.74%
G=33.38%
B=38.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822192550.290.1400209.5910085.69
HexB6DBFF1DE00d26456
Octal266333377351600322144126
Binary101101101101101111111111111011110001101001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBFF; }

 p { color: rgb(182,219,255); }

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

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

 a { background-color: rgb(182,219,255); }

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

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

 span { border-color: rgb(182,219,255); }

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