#D3F0FE

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

Shades of Pattens Blue #D3F0FE

Tints of Pattens Blue #D3F0FE

Color information

#D3F0FE (or 0xD3F0FE) is unknown color: approx Pattens Blue. HEX triplet: D3, F0 and FE. RGB value is (211,240,254). Sum of RGB (Red+Green+Blue) = 211+240+254=705 (93% of max value = 765). Red value is 211 (82.81% from 255 or 29.93% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F0FE is #2C0F01. Grayscale: #E8E8E8. Windows color (decimal): -2887426 or 16707795. OLE color: 16707795.

HSL color Cylindrical-coordinate representation of color #D3F0FE: hue angle of 199.53º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3F0FE is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB211240254-
CMYK0.170.0600.00
HSL199.53º95.56%91.18%-
HSV(B)199.53º16.93%99.61%-
XYZ75.9183.32105.85-
YUV232.92139.89112.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 29.93%
GREEN value IS 240 (94.14% from 255) = 34.04%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=29.93%
G=34.04%
B=36.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2112402540.170.0600.00199.5395.5691.18
HexD3F0FE11600c8605b
Octal32336037621600310140133
Binary11010011111100001111111010001110001100100011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F0FE; }

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

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

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

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

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

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

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

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