#D0EFFE

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

Shades of Pattens Blue #D0EFFE

Tints of Pattens Blue #D0EFFE

Color information

#D0EFFE (or 0xD0EFFE) is unknown color: approx Pattens Blue. HEX triplet: D0, EF and FE. RGB value is (208,239,254). Sum of RGB (Red+Green+Blue) = 208+239+254=701 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.67% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFFE is #2F1001. Grayscale: #E7E7E7. Windows color (decimal): -3084290 or 16707536. OLE color: 16707536.

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

Color convert

RGB208239254-
CMYK0.180.0600.00
HSL199.57º95.83%90.59%-
HSV(B)199.57º18.11%99.61%-
XYZ74.7782.3105.71-
YUV231.44140.73111.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.67%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=29.67%
G=34.09%
B=36.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082392540.180.0600.00199.5795.8390.59
HexD0EFFE12600c8605b
Octal32035737622600310140133
Binary11010000111011111111111010010110001100100011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFFE; }

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

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

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

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

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

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

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

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