#DCF1FA

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

Shades of Pattens Blue #DCF1FA

Tints of Pattens Blue #DCF1FA

Color information

#DCF1FA (or 0xDCF1FA) is unknown color: approx Pattens Blue. HEX triplet: DC, F1 and FA. RGB value is (220,241,250). Sum of RGB (Red+Green+Blue) = 220+241+250=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1FA is #230E05. Grayscale: #EBEBEB. Windows color (decimal): -2297350 or 16445916. OLE color: 16445916.

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

Color convert

RGB220241250-
CMYK0.120.0400.02
HSL198º75%92.16%-
HSV(B)198º12%98.04%-
XYZ78.2385.03102.73-
YUV235.75136.04116.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.94%
GREEN value IS 241 (94.53% from 255) = 33.90%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=30.94%
G=33.90%
B=35.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202412500.120.0400.021987592.16
HexDCF1FAC402c64b5c
Octal33436137214402306113134
Binary11011100111100011111101011001000101100011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1FA; }

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

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

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

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

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

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

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

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