#D0E9F9

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

Shades of Pattens Blue #D0E9F9

Tints of Pattens Blue #D0E9F9

Color information

#D0E9F9 (or 0xD0E9F9) is unknown color: approx Pattens Blue. HEX triplet: D0, E9 and F9. RGB value is (208,233,249). Sum of RGB (Red+Green+Blue) = 208+233+249=690 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.14% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0E9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E9F9 is #2F1606. Grayscale: #E3E3E3. Windows color (decimal): -3085831 or 16378320. OLE color: 16378320.

HSL color Cylindrical-coordinate representation of color #D0E9F9: hue angle of 203.41º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0E9F9 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208233249-
CMYK0.160.0600.02
HSL203.41º77.36%89.61%-
HSV(B)203.41º16.47%97.65%-
XYZ72.2578.53100.97-
YUV227.35140.22114.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.14%
GREEN value IS 233 (91.41% from 255) = 33.77%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=30.14%
G=33.77%
B=36.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082332490.160.0600.02203.4177.3689.61
HexD0E9F910602cb4d5a
Octal32035137120602313115132
Binary110100001110100111111001100001100101100101110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E9F9; }

 p { color: rgb(208,233,249); }

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

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

 a { background-color: rgb(208,233,249); }

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

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

 span { border-color: rgb(208,233,249); }

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