#D0F0FE

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

Shades of Pattens Blue #D0F0FE

Tints of Pattens Blue #D0F0FE

Color information

#D0F0FE (or 0xD0F0FE) is unknown color: approx Pattens Blue. HEX triplet: D0, F0 and FE. RGB value is (208,240,254). Sum of RGB (Red+Green+Blue) = 208+240+254=702 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.63% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F0FE is #2F0F01. Grayscale: #E7E7E7. Windows color (decimal): -3084034 or 16707792. OLE color: 16707792.

HSL color Cylindrical-coordinate representation of color #D0F0FE: hue angle of 198.26º 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 #D0F0FE is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB208240254-
CMYK0.180.0600.00
HSL198.26º95.83%90.59%-
HSV(B)198.26º18.11%99.61%-
XYZ75.0682.89105.81-
YUV232.03140.4110.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.63%
GREEN value IS 240 (94.14% from 255) = 34.19%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=29.63%
G=34.19%
B=36.18%

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
Decimal2082402540.180.0600.00198.2695.8390.59
HexD0F0FE12600c6605b
Octal32036037622600306140133
Binary11010000111100001111111010010110001100011011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F0FE; }

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

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

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

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

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

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

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

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