#DCF1F9

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

Shades of Pattens Blue #DCF1F9

Tints of Pattens Blue #DCF1F9

Color information

#DCF1F9 (or 0xDCF1F9) is unknown color: approx Pattens Blue. HEX triplet: DC, F1 and F9. RGB value is (220,241,249). Sum of RGB (Red+Green+Blue) = 220+241+249=710 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.99% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1F9 is #230E06. Grayscale: #EBEBEB. Windows color (decimal): -2297351 or 16380380. OLE color: 16380380.

HSL color Cylindrical-coordinate representation of color #DCF1F9: hue angle of 196.55º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF1F9 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220241249-
CMYK0.120.0300.02
HSL196.55º70.73%91.96%-
HSV(B)196.55º11.65%97.65%-
XYZ78.0784.97101.91-
YUV235.63135.54116.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.99%
GREEN value IS 241 (94.53% from 255) = 33.94%
BLUE value IS 249 (97.66% from 255) = 35.07%
R=30.99%
G=33.94%
B=35.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202412490.120.0300.02196.5570.7391.96
HexDCF1F9C302c5475c
Octal33436137114302305107134
Binary1101110011110001111110011100110101100010110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1F9; }

 p { color: rgb(220,241,249); }

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

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

 a { background-color: rgb(220,241,249); }

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

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

 span { border-color: rgb(220,241,249); }

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