#DCEFFB

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

Shades of Pattens Blue #DCEFFB

Tints of Pattens Blue #DCEFFB

Color information

#DCEFFB (or 0xDCEFFB) is unknown color: approx Pattens Blue. HEX triplet: DC, EF and FB. RGB value is (220,239,251). Sum of RGB (Red+Green+Blue) = 220+239+251=710 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.99% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFFB is #231004. Grayscale: #EAEAEA. Windows color (decimal): -2297861 or 16510940. OLE color: 16510940.

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

Color convert

RGB220239251-
CMYK0.120.0500.02
HSL203.23º79.49%92.35%-
HSV(B)203.23º12.35%98.43%-
XYZ77.7983.91103.36-
YUV234.69137.21117.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.99%
GREEN value IS 239 (93.75% from 255) = 33.66%
BLUE value IS 251 (98.44% from 255) = 35.35%
R=30.99%
G=33.66%
B=35.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202392510.120.0500.02203.2379.4992.35
HexDCEFFBC502cb4f5c
Octal33435737314502313117134
Binary11011100111011111111101111001010101100101110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFFB; }

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

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

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

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

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

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

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

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