#DCF4FF

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

Shades of Pattens Blue #DCF4FF

Tints of Pattens Blue #DCF4FF

Color information

#DCF4FF (or 0xDCF4FF) is unknown color: approx Pattens Blue. HEX triplet: DC, F4 and FF. RGB value is (220,244,255). Sum of RGB (Red+Green+Blue) = 220+244+255=719 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.60% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF4FF is #230B00. Grayscale: #EEEEEE. Windows color (decimal): -2296577 or 16774364. OLE color: 16774364.

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

Color convert

RGB220244255-
CMYK0.140.0400
HSL198.86º100%93.14%-
HSV(B)198.86º13.73%100%-
XYZ79.9287.14107.21-
YUV238.08137.55115.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.60%
GREEN value IS 244 (95.70% from 255) = 33.94%
BLUE value IS 255 (100% from 255) = 35.47%
R=30.60%
G=33.94%
B=35.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202442550.140.0400198.8610093.14
HexDCF4FFE400c7645d
Octal33436437716400307144135
Binary1101110011110100111111111110100001100011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF4FF; }

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

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

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

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

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

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

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

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