#D8F1FE

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

Shades of Pattens Blue #D8F1FE

Tints of Pattens Blue #D8F1FE

Color information

#D8F1FE (or 0xD8F1FE) is unknown color: approx Pattens Blue. HEX triplet: D8, F1 and FE. RGB value is (216,241,254). Sum of RGB (Red+Green+Blue) = 216+241+254=711 (94% of max value = 765). Red value is 216 (84.77% from 255 or 30.38% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F1FE is #270E01. Grayscale: #EAEAEA. Windows color (decimal): -2559490 or 16708056. OLE color: 16708056.

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

Color convert

RGB216241254-
CMYK0.150.0500.00
HSL200.53º95%92.16%-
HSV(B)200.53º14.96%99.61%-
XYZ77.6684.67106.01-
YUV235.01138.72114.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.38%
GREEN value IS 241 (94.53% from 255) = 33.90%
BLUE value IS 254 (99.61% from 255) = 35.72%
R=30.38%
G=33.90%
B=35.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162412540.150.0500.00200.539592.16
HexD8F1FEF500c95f5c
Octal33036137617500311137134
Binary1101100011110001111111101111101001100100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F1FE; }

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

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

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

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

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

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

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

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