#B6DDFF

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

Shades of Pale Cornflower Blue #B6DDFF

Tints of Pale Cornflower Blue #B6DDFF

Color information

#B6DDFF (or 0xB6DDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, DD and FF. RGB value is (182,221,255). Sum of RGB (Red+Green+Blue) = 182+221+255=658 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.66% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DDFF is #492200. Grayscale: #D5D5D5. Windows color (decimal): -4792833 or 16768438. OLE color: 16768438.

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

Color convert

RGB182221255-
CMYK0.290.1300
HSL207.95º100%85.69%-
HSV(B)207.95º28.63%100%-
XYZ63.268.88104.57-
YUV213.22151.58105.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.66%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 255 (100% from 255) = 38.75%
R=27.66%
G=33.59%
B=38.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822212550.290.1300207.9510085.69
HexB6DDFF1DD00d06456
Octal266335377351500320144126
Binary101101101101110111111111111011101001101000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DDFF; }

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

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

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

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

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

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

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

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