#D1F1FA

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

Shades of Pattens Blue #D1F1FA

Tints of Pattens Blue #D1F1FA

Color information

#D1F1FA (or 0xD1F1FA) is unknown color: approx Pattens Blue. HEX triplet: D1, F1 and FA. RGB value is (209,241,250). Sum of RGB (Red+Green+Blue) = 209+241+250=700 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.86% from 700); Green value is 241 (94.53% from 255 or 34.43% 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 #D1F1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F1FA is #2E0E05. Grayscale: #E8E8E8. Windows color (decimal): -3018246 or 16445905. OLE color: 16445905.

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

Color convert

RGB209241250-
CMYK0.160.0400.02
HSL193.17º80.39%90%-
HSV(B)193.17º16.4%98.04%-
XYZ75.0183.37102.58-
YUV232.46137.9111.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 29.86%
GREEN value IS 241 (94.53% from 255) = 34.43%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=29.86%
G=34.43%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092412500.160.0400.02193.1780.3990
HexD1F1FA10402c1505a
Octal32136137220402301120132
Binary110100011111000111111010100001000101100000110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F1FA; }

 p { color: rgb(209,241,250); }

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

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

 a { background-color: rgb(209,241,250); }

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

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

 span { border-color: rgb(209,241,250); }

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