#D7F3FF

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

Shades of Pattens Blue #D7F3FF

Tints of Pattens Blue #D7F3FF

Color information

#D7F3FF (or 0xD7F3FF) is unknown color: approx Pattens Blue. HEX triplet: D7, F3 and FF. RGB value is (215,243,255). Sum of RGB (Red+Green+Blue) = 215+243+255=713 (94% of max value = 765). Red value is 215 (84.38% from 255 or 30.15% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7F3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F3FF is #280C00. Grayscale: #EBEBEB. Windows color (decimal): -2624513 or 16774103. OLE color: 16774103.

HSL color Cylindrical-coordinate representation of color #D7F3FF: hue angle of 198º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7F3FF is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB215243255-
CMYK0.160.0500
HSL198º100%92.16%-
HSV(B)198º15.69%100%-
XYZ78.1285.77107.05-
YUV236138.72113.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.15%
GREEN value IS 243 (95.31% from 255) = 34.08%
BLUE value IS 255 (100% from 255) = 35.76%
R=30.15%
G=34.08%
B=35.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152432550.160.050019810092.16
HexD7F3FF10500c6645c
Octal32736337720500306144134
Binary11010111111100111111111110000101001100011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F3FF; }

 p { color: rgb(215,243,255); }

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

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

 a { background-color: rgb(215,243,255); }

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

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

 span { border-color: rgb(215,243,255); }

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