#D6F1FE

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

Shades of Pattens Blue #D6F1FE

Tints of Pattens Blue #D6F1FE

Color information

#D6F1FE (or 0xD6F1FE) is unknown color: approx Pattens Blue. HEX triplet: D6, F1 and FE. RGB value is (214,241,254). Sum of RGB (Red+Green+Blue) = 214+241+254=709 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.18% from 709); Green value is 241 (94.53% from 255 or 33.99% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F1FE is #290E01. Grayscale: #EAEAEA. Windows color (decimal): -2690562 or 16708054. OLE color: 16708054.

HSL color Cylindrical-coordinate representation of color #D6F1FE: hue angle of 199.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6F1FE is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB214241254-
CMYK0.160.0500.00
HSL199.5º95.24%91.76%-
HSV(B)199.5º15.75%99.61%-
XYZ77.0884.36105.99-
YUV234.41139.05113.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.18%
GREEN value IS 241 (94.53% from 255) = 33.99%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=30.18%
G=33.99%
B=35.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142412540.160.0500.00199.595.2491.76
HexD6F1FE10500c85f5c
Octal32636137620500310137134
Binary11010110111100011111111010000101001100100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1FE; }

 p { color: rgb(214,241,254); }

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

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

 a { background-color: rgb(214,241,254); }

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

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

 span { border-color: rgb(214,241,254); }

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