#DCF1FB

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

Shades of Pattens Blue #DCF1FB

Tints of Pattens Blue #DCF1FB

Color information

#DCF1FB (or 0xDCF1FB) is unknown color: approx Pattens Blue. HEX triplet: DC, F1 and FB. RGB value is (220,241,251). Sum of RGB (Red+Green+Blue) = 220+241+251=712 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.90% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCF1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1FB is #230E04. Grayscale: #EBEBEB. Windows color (decimal): -2297349 or 16511452. OLE color: 16511452.

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

Color convert

RGB220241251-
CMYK0.120.0400.02
HSL199.35º79.49%92.35%-
HSV(B)199.35º12.35%98.43%-
XYZ78.3885.09103.56-
YUV235.86136.54116.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.90%
GREEN value IS 241 (94.53% from 255) = 33.85%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=30.90%
G=33.85%
B=35.25%

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
Decimal2202412510.120.0400.02199.3579.4992.35
HexDCF1FBC402c74f5c
Octal33436137314402307117134
Binary11011100111100011111101111001000101100011110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1FB; }

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

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

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

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

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

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

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

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