#B6DAFF

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

Shades of Pale Cornflower Blue #B6DAFF

Tints of Pale Cornflower Blue #B6DAFF

Color information

#B6DAFF (or 0xB6DAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, DA and FF. RGB value is (182,218,255). Sum of RGB (Red+Green+Blue) = 182+218+255=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DAFF is #492500. Grayscale: #D3D3D3. Windows color (decimal): -4793601 or 16767670. OLE color: 16767670.

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

Color convert

RGB182218255-
CMYK0.290.1500
HSL210.41º100%85.69%-
HSV(B)210.41º28.63%100%-
XYZ62.4167.31104.31-
YUV211.45152.57106.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.79%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 255 (100% from 255) = 38.93%
R=27.79%
G=33.28%
B=38.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822182550.290.1500210.4110085.69
HexB6DAFF1DF00d26456
Octal266332377351700322144126
Binary101101101101101011111111111011111001101001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DAFF; }

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

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

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

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

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

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

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

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