#D8F0FE

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

Shades of Pattens Blue #D8F0FE

Tints of Pattens Blue #D8F0FE

Color information

#D8F0FE (or 0xD8F0FE) is unknown color: approx Pattens Blue. HEX triplet: D8, F0 and FE. RGB value is (216,240,254). Sum of RGB (Red+Green+Blue) = 216+240+254=710 (94% of max value = 765). Red value is 216 (84.77% from 255 or 30.42% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F0FE is #270F01. Grayscale: #EAEAEA. Windows color (decimal): -2559746 or 16707800. OLE color: 16707800.

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

Color convert

RGB216240254-
CMYK0.150.0600.00
HSL202.11º95%92.16%-
HSV(B)202.11º14.96%99.61%-
XYZ77.3784.07105.92-
YUV234.42139.05114.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.42%
GREEN value IS 240 (94.14% from 255) = 33.80%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=30.42%
G=33.80%
B=35.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162402540.150.0600.00202.119592.16
HexD8F0FEF600ca5f5c
Octal33036037617600312137134
Binary1101100011110000111111101111110001100101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F0FE; }

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

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

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

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

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

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

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

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