#DCF3FA

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

Shades of Pattens Blue #DCF3FA

Tints of Pattens Blue #DCF3FA

Color information

#DCF3FA (or 0xDCF3FA) is unknown color: approx Pattens Blue. HEX triplet: DC, F3 and FA. RGB value is (220,243,250). Sum of RGB (Red+Green+Blue) = 220+243+250=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF3FA is #230C05. Grayscale: #ECECEC. Windows color (decimal): -2296838 or 16446428. OLE color: 16446428.

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

Color convert

RGB220243250-
CMYK0.120.0300.02
HSL194º75%92.16%-
HSV(B)194º12%98.04%-
XYZ78.8286.22102.93-
YUV236.92135.38115.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.86%
GREEN value IS 243 (95.31% from 255) = 34.08%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=30.86%
G=34.08%
B=35.06%

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
Decimal2202432500.120.0300.021947592.16
HexDCF3FAC302c24b5c
Octal33436337214302302113134
Binary1101110011110011111110101100110101100001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3FA; }

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

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

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

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

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

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

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

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