#D0EFFF

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

Shades of Pattens Blue #D0EFFF

Tints of Pattens Blue #D0EFFF

Color information

#D0EFFF (or 0xD0EFFF) is unknown color: approx Pattens Blue. HEX triplet: D0, EF and FF. RGB value is (208,239,255). Sum of RGB (Red+Green+Blue) = 208+239+255=702 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.63% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFFF is #2F1000. Grayscale: #E7E7E7. Windows color (decimal): -3084289 or 16773072. OLE color: 16773072.

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

Color convert

RGB208239255-
CMYK0.180.0600
HSL200.43º100%90.78%-
HSV(B)200.43º18.43%100%-
XYZ74.9382.36106.56-
YUV231.55141.23111.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.63%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 255 (100% from 255) = 36.32%
R=29.63%
G=34.05%
B=36.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082392550.180.0600200.4310090.78
HexD0EFFF12600c8645b
Octal32035737722600310144133
Binary11010000111011111111111110010110001100100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFFF; }

 p { color: rgb(208,239,255); }

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

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

 a { background-color: rgb(208,239,255); }

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

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

 span { border-color: rgb(208,239,255); }

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