#D0F3FE

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

Shades of Pattens Blue #D0F3FE

Tints of Pattens Blue #D0F3FE

Color information

#D0F3FE (or 0xD0F3FE) is unknown color: approx Pattens Blue. HEX triplet: D0, F3 and FE. RGB value is (208,243,254). Sum of RGB (Red+Green+Blue) = 208+243+254=705 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.50% from 705); Green value is 243 (95.31% from 255 or 34.47% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0F3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F3FE is #2F0C01. Grayscale: #E9E9E9. Windows color (decimal): -3083266 or 16708560. OLE color: 16708560.

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

Color convert

RGB208243254-
CMYK0.180.0400.00
HSL194.35º95.83%90.59%-
HSV(B)194.35º18.11%99.61%-
XYZ75.9584.67106.11-
YUV233.79139.4109.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.50%
GREEN value IS 243 (95.31% from 255) = 34.47%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=29.50%
G=34.47%
B=36.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082432540.180.0400.00194.3595.8390.59
HexD0F3FE12400c2605b
Octal32036337622400302140133
Binary11010000111100111111111010010100001100001011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F3FE; }

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

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

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

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

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

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

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

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