#DCF5FF

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

Shades of Pattens Blue #DCF5FF

Tints of Pattens Blue #DCF5FF

Color information

#DCF5FF (or 0xDCF5FF) is unknown color: approx Pattens Blue. HEX triplet: DC, F5 and FF. RGB value is (220,245,255). Sum of RGB (Red+Green+Blue) = 220+245+255=720 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.56% from 720); Green value is 245 (96.09% from 255 or 34.03% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF5FF is #230A00. Grayscale: #EEEEEE. Windows color (decimal): -2296321 or 16774620. OLE color: 16774620.

HSL color Cylindrical-coordinate representation of color #DCF5FF: hue angle of 197.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCF5FF is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220245255-
CMYK0.140.0400
HSL197.14º100%93.14%-
HSV(B)197.14º13.73%100%-
XYZ80.2287.74107.32-
YUV238.66137.22114.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.56%
GREEN value IS 245 (96.09% from 255) = 34.03%
BLUE value IS 255 (100% from 255) = 35.42%
R=30.56%
G=34.03%
B=35.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202452550.140.0400197.1410093.14
HexDCF5FFE400c5645d
Octal33436537716400305144135
Binary1101110011110101111111111110100001100010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF5FF; }

 p { color: rgb(220,245,255); }

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

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

 a { background-color: rgb(220,245,255); }

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

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

 span { border-color: rgb(220,245,255); }

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