#d0f2fa

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

Shades of Pattens Blue #D0F2FA

Tints of Pattens Blue #D0F2FA

Color information

#D0F2FA (or 0xD0F2FA) is unknown color: approx Pattens Blue. HEX triplet: D0, F2 and FA. RGB value is (208,242,250). Sum of RGB (Red+Green+Blue) = 208+242+250=700 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.71% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0F2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F2FA is #2F0D05. Grayscale: #E8E8E8. Windows color (decimal): -3083526 or 16446160. OLE color: 16446160.

HSL color Cylindrical-coordinate representation of color #D0F2FA: hue angle of 191.43º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0F2FA is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208242250-
CMYK0.170.0300.02
HSL191.43º80.77%89.8%-
HSV(B)191.43º16.8%98.04%-
XYZ75.0283.82102.67-
YUV232.75137.74110.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.71%
GREEN value IS 242 (94.92% from 255) = 34.57%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=29.71%
G=34.57%
B=35.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082422500.170.0300.02191.4380.7789.8
HexD0F2FA11302bf515a
Octal32036237221302277121132
Binary11010000111100101111101010001110101011111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0f2fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0f2fa; }

 p { color: rgb(208,242,250); }

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

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

 a { background-color: rgb(208,242,250); }

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

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

 span { border-color: rgb(208,242,250); }

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