#D6EFFD

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

Shades of Pattens Blue #D6EFFD

Tints of Pattens Blue #D6EFFD

Color information

#D6EFFD (or 0xD6EFFD) is unknown color: approx Pattens Blue. HEX triplet: D6, EF and FD. RGB value is (214,239,253). Sum of RGB (Red+Green+Blue) = 214+239+253=706 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.31% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFFD is #291002. Grayscale: #E9E9E9. Windows color (decimal): -2691075 or 16642006. OLE color: 16642006.

HSL color Cylindrical-coordinate representation of color #D6EFFD: hue angle of 201.54º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6EFFD is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214239253-
CMYK0.150.0600.01
HSL201.54º90.7%91.57%-
HSV(B)201.54º15.42%99.22%-
XYZ76.3383.12104.95-
YUV233.12139.22114.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.31%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 253 (99.22% from 255) = 35.84%
R=30.31%
G=33.85%
B=35.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142392530.150.0600.01201.5490.791.57
HexD6EFFDF601ca5b5c
Octal32635737517601312133134
Binary1101011011101111111111011111110011100101010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFFD; }

 p { color: rgb(214,239,253); }

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

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

 a { background-color: rgb(214,239,253); }

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

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

 span { border-color: rgb(214,239,253); }

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