#D9F0FE

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

Shades of Pattens Blue #D9F0FE

Tints of Pattens Blue #D9F0FE

Color information

#D9F0FE (or 0xD9F0FE) is unknown color: approx Pattens Blue. HEX triplet: D9, F0 and FE. RGB value is (217,240,254). Sum of RGB (Red+Green+Blue) = 217+240+254=711 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.52% from 711); Green value is 240 (94.14% from 255 or 33.76% 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 #D9F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F0FE is #260F01. Grayscale: #EAEAEA. Windows color (decimal): -2494210 or 16707801. OLE color: 16707801.

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

Color convert

RGB217240254-
CMYK0.150.0600.00
HSL202.7º94.87%92.35%-
HSV(B)202.7º14.57%99.61%-
XYZ77.6684.23105.93-
YUV234.72138.88115.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.52%
GREEN value IS 240 (94.14% from 255) = 33.76%
BLUE value IS 254 (99.61% from 255) = 35.72%
R=30.52%
G=33.76%
B=35.72%

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
Decimal2172402540.150.0600.00202.794.8792.35
HexD9F0FEF600cb5f5c
Octal33136037617600313137134
Binary1101100111110000111111101111110001100101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F0FE; }

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

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

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

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

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

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

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

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