#D8F3FE

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

Shades of Pattens Blue #D8F3FE

Tints of Pattens Blue #D8F3FE

Color information

#D8F3FE (or 0xD8F3FE) is unknown color: approx Pattens Blue. HEX triplet: D8, F3 and FE. RGB value is (216,243,254). Sum of RGB (Red+Green+Blue) = 216+243+254=713 (94% of max value = 765). Red value is 216 (84.77% from 255 or 30.29% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8F3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F3FE is #270C01. Grayscale: #ECECEC. Windows color (decimal): -2558978 or 16708568. OLE color: 16708568.

HSL color Cylindrical-coordinate representation of color #D8F3FE: hue angle of 197.37º 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 #D8F3FE is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB216243254-
CMYK0.150.0400.00
HSL197.37º95%92.16%-
HSV(B)197.37º14.96%99.61%-
XYZ78.2685.86106.21-
YUV236.18138.05113.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.29%
GREEN value IS 243 (95.31% from 255) = 34.08%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=30.29%
G=34.08%
B=35.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162432540.150.0400.00197.379592.16
HexD8F3FEF400c55f5c
Octal33036337617400305137134
Binary1101100011110011111111101111100001100010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F3FE; }

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

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

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

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

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

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

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

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