#DCF2FA

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

Shades of Pattens Blue #DCF2FA

Tints of Pattens Blue #DCF2FA

Color information

#DCF2FA (or 0xDCF2FA) is unknown color: approx Pattens Blue. HEX triplet: DC, F2 and FA. RGB value is (220,242,250). Sum of RGB (Red+Green+Blue) = 220+242+250=712 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.90% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2FA is #230D05. Grayscale: #ECECEC. Windows color (decimal): -2297094 or 16446172. OLE color: 16446172.

HSL color Cylindrical-coordinate representation of color #DCF2FA: hue angle of 196º degrees, saturation: 0.75, 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 #DCF2FA is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220242250-
CMYK0.120.0300.02
HSL196º75%92.16%-
HSV(B)196º12%98.04%-
XYZ78.5285.62102.83-
YUV236.33135.71116.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.90%
GREEN value IS 242 (94.92% from 255) = 33.99%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=30.90%
G=33.99%
B=35.11%

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
Decimal2202422500.120.0300.021967592.16
HexDCF2FAC302c44b5c
Octal33436237214302304113134
Binary1101110011110010111110101100110101100010010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2FA; }

 p { color: rgb(220,242,250); }

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

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

 a { background-color: rgb(220,242,250); }

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

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

 span { border-color: rgb(220,242,250); }

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