#DCF3FB

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

Shades of Pattens Blue #DCF3FB

Tints of Pattens Blue #DCF3FB

Color information

#DCF3FB (or 0xDCF3FB) is unknown color: approx Pattens Blue. HEX triplet: DC, F3 and FB. RGB value is (220,243,251). Sum of RGB (Red+Green+Blue) = 220+243+251=714 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.81% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCF3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF3FB is #230C04. Grayscale: #ECECEC. Windows color (decimal): -2296837 or 16511964. OLE color: 16511964.

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

Color convert

RGB220243251-
CMYK0.120.0300.02
HSL195.48º79.49%92.35%-
HSV(B)195.48º12.35%98.43%-
XYZ78.9886.28103.76-
YUV237.04135.88115.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.81%
GREEN value IS 243 (95.31% from 255) = 34.03%
BLUE value IS 251 (98.44% from 255) = 35.15%
R=30.81%
G=34.03%
B=35.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202432510.120.0300.02195.4879.4992.35
HexDCF3FBC302c34f5c
Octal33436337314302303117134
Binary1101110011110011111110111100110101100001110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3FB; }

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

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

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

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

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

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

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

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