#D7F4FE

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

Shades of Pattens Blue #D7F4FE

Tints of Pattens Blue #D7F4FE

Color information

#D7F4FE (or 0xD7F4FE) is unknown color: approx Pattens Blue. HEX triplet: D7, F4 and FE. RGB value is (215,244,254). Sum of RGB (Red+Green+Blue) = 215+244+254=713 (94% of max value = 765). Red value is 215 (84.38% from 255 or 30.15% from 713); Green value is 244 (95.70% from 255 or 34.22% 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 #D7F4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F4FE is #280B01. Grayscale: #ECECEC. Windows color (decimal): -2624258 or 16708823. OLE color: 16708823.

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

Color convert

RGB215244254-
CMYK0.150.0400.00
HSL195.38º95.12%91.96%-
HSV(B)195.38º15.35%99.61%-
XYZ78.2686.3106.3-
YUV236.47137.89112.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.15%
GREEN value IS 244 (95.70% from 255) = 34.22%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=30.15%
G=34.22%
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
Decimal2152442540.150.0400.00195.3895.1291.96
HexD7F4FEF400c35f5c
Octal32736437617400303137134
Binary1101011111110100111111101111100001100001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F4FE; }

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

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

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

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

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

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

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

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