#DCF0FB

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

Shades of Pattens Blue #DCF0FB

Tints of Pattens Blue #DCF0FB

Color information

#DCF0FB (or 0xDCF0FB) is unknown color: approx Pattens Blue. HEX triplet: DC, F0 and FB. RGB value is (220,240,251). Sum of RGB (Red+Green+Blue) = 220+240+251=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0FB is #230F04. Grayscale: #EBEBEB. Windows color (decimal): -2297605 or 16511196. OLE color: 16511196.

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

Color convert

RGB220240251-
CMYK0.120.0400.02
HSL201.29º79.49%92.35%-
HSV(B)201.29º12.35%98.43%-
XYZ78.0984.5103.46-
YUV235.27136.87117.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.94%
GREEN value IS 240 (94.14% from 255) = 33.76%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=30.94%
G=33.76%
B=35.30%

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
Decimal2202402510.120.0400.02201.2979.4992.35
HexDCF0FBC402c94f5c
Octal33436037314402311117134
Binary11011100111100001111101111001000101100100110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0FB; }

 p { color: rgb(220,240,251); }

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

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

 a { background-color: rgb(220,240,251); }

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

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

 span { border-color: rgb(220,240,251); }

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