#DCF4FE

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

Shades of Pattens Blue #DCF4FE

Tints of Pattens Blue #DCF4FE

Color information

#DCF4FE (or 0xDCF4FE) is unknown color: approx Pattens Blue. HEX triplet: DC, F4 and FE. RGB value is (220,244,254). Sum of RGB (Red+Green+Blue) = 220+244+254=718 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.64% from 718); Green value is 244 (95.70% from 255 or 33.98% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCF4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF4FE is #230B01. Grayscale: #EDEDED. Windows color (decimal): -2296578 or 16708828. OLE color: 16708828.

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

Color convert

RGB220244254-
CMYK0.130.0400.00
HSL197.65º94.44%92.94%-
HSV(B)197.65º13.39%99.61%-
XYZ79.7687.07106.37-
YUV237.96137.05115.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.64%
GREEN value IS 244 (95.70% from 255) = 33.98%
BLUE value IS 254 (99.61% from 255) = 35.38%
R=30.64%
G=33.98%
B=35.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202442540.130.0400.00197.6594.4492.94
HexDCF4FED400c65e5d
Octal33436437615400306136135
Binary1101110011110100111111101101100001100011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF4FE; }

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

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

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

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

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

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

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

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