#B6DDFD

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

Shades of Pale Cornflower Blue #B6DDFD

Tints of Pale Cornflower Blue #B6DDFD

Color information

#B6DDFD (or 0xB6DDFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B6, DD and FD. RGB value is (182,221,253). Sum of RGB (Red+Green+Blue) = 182+221+253=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 221 (86.72% from 255 or 33.69% 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 #B6DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DDFD is #492202. Grayscale: #D4D4D4. Windows color (decimal): -4792835 or 16637366. OLE color: 16637366.

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

Color convert

RGB182221253-
CMYK0.280.1300.01
HSL207.04º94.67%85.29%-
HSV(B)207.04º28.06%99.22%-
XYZ62.8868.75102.88-
YUV212.99150.58105.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.74%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=27.74%
G=33.69%
B=38.57%

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
Decimal1822212530.280.1300.01207.0494.6785.29
HexB6DDFD1CD01cf5f55
Octal266335375341501317137125
Binary101101101101110111111101111001101011100111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DDFD; }

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

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

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

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

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

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

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

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