#DCF0FD

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

Shades of Pattens Blue #DCF0FD

Tints of Pattens Blue #DCF0FD

Color information

#DCF0FD (or 0xDCF0FD) is unknown color: approx Pattens Blue. HEX triplet: DC, F0 and FD. RGB value is (220,240,253). Sum of RGB (Red+Green+Blue) = 220+240+253=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0FD is #230F02. Grayscale: #EBEBEB. Windows color (decimal): -2297603 or 16642268. OLE color: 16642268.

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

Color convert

RGB220240253-
CMYK0.130.0500.01
HSL203.64º89.19%92.75%-
HSV(B)203.64º13.04%99.22%-
XYZ78.484.63105.13-
YUV235.5137.87116.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.86%
GREEN value IS 240 (94.14% from 255) = 33.66%
BLUE value IS 253 (99.22% from 255) = 35.48%
R=30.86%
G=33.66%
B=35.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202402530.130.0500.01203.6489.1992.75
HexDCF0FDD501cc595d
Octal33436037515501314131135
Binary1101110011110000111111011101101011100110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0FD; }

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

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

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

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

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

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

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

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