#D7F0FE

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

Shades of Pattens Blue #D7F0FE

Tints of Pattens Blue #D7F0FE

Color information

#D7F0FE (or 0xD7F0FE) is unknown color: approx Pattens Blue. HEX triplet: D7, F0 and FE. RGB value is (215,240,254). Sum of RGB (Red+Green+Blue) = 215+240+254=709 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.32% from 709); Green value is 240 (94.14% from 255 or 33.85% 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 #D7F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F0FE is #280F01. Grayscale: #EAEAEA. Windows color (decimal): -2625282 or 16707799. OLE color: 16707799.

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

Color convert

RGB215240254-
CMYK0.150.0600.00
HSL201.54º95.12%91.96%-
HSV(B)201.54º15.35%99.61%-
XYZ77.0783.92105.9-
YUV234.12139.22114.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.32%
GREEN value IS 240 (94.14% from 255) = 33.85%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=30.32%
G=33.85%
B=35.83%

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
Decimal2152402540.150.0600.00201.5495.1291.96
HexD7F0FEF600ca5f5c
Octal32736037617600312137134
Binary1101011111110000111111101111110001100101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F0FE; }

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

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

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

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

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

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

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

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