#B6DCFD

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

Shades of Pale Cornflower Blue #B6DCFD

Tints of Pale Cornflower Blue #B6DCFD

Color information

#B6DCFD (or 0xB6DCFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, DC and FD. RGB value is (182,220,253). Sum of RGB (Red+Green+Blue) = 182+220+253=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DCFD is #492302. Grayscale: #D4D4D4. Windows color (decimal): -4793091 or 16637110. OLE color: 16637110.

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

Color convert

RGB182220253-
CMYK0.280.1300.01
HSL207.89º94.67%85.29%-
HSV(B)207.89º28.06%99.22%-
XYZ62.6168.22102.8-
YUV212.4150.91106.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.79%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=27.79%
G=33.59%
B=38.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822202530.280.1300.01207.8994.6785.29
HexB6DCFD1CD01d05f55
Octal266334375341501320137125
Binary101101101101110011111101111001101011101000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DCFD; }

 p { color: rgb(182,220,253); }

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

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

 a { background-color: rgb(182,220,253); }

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

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

 span { border-color: rgb(182,220,253); }

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