#D0EDFD

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

Shades of Pattens Blue #D0EDFD

Tints of Pattens Blue #D0EDFD

Color information

#D0EDFD (or 0xD0EDFD) is unknown color: approx Pattens Blue. HEX triplet: D0, ED and FD. RGB value is (208,237,253). Sum of RGB (Red+Green+Blue) = 208+237+253=698 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.80% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDFD is #2F1202. Grayscale: #E6E6E6. Windows color (decimal): -3084803 or 16641488. OLE color: 16641488.

HSL color Cylindrical-coordinate representation of color #D0EDFD: hue angle of 201.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0EDFD is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208237253-
CMYK0.180.0600.01
HSL201.33º91.84%90.39%-
HSV(B)201.33º17.79%99.22%-
XYZ74.0381.07104.68-
YUV230.15140.89112.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.80%
GREEN value IS 237 (92.97% from 255) = 33.95%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=29.80%
G=33.95%
B=36.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082372530.180.0600.01201.3391.8490.39
HexD0EDFD12601c95c5a
Octal32035537522601311134132
Binary11010000111011011111110110010110011100100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDFD; }

 p { color: rgb(208,237,253); }

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

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

 a { background-color: rgb(208,237,253); }

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

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

 span { border-color: rgb(208,237,253); }

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