#D1F1FB

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

Shades of Pattens Blue #D1F1FB

Tints of Pattens Blue #D1F1FB

Color information

#D1F1FB (or 0xD1F1FB) is unknown color: approx Pattens Blue. HEX triplet: D1, F1 and FB. RGB value is (209,241,251). Sum of RGB (Red+Green+Blue) = 209+241+251=701 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.81% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1F1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F1FB is #2E0E04. Grayscale: #E8E8E8. Windows color (decimal): -3018245 or 16511441. OLE color: 16511441.

HSL color Cylindrical-coordinate representation of color #D1F1FB: hue angle of 194.29º degrees, saturation: 0.84, 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 #D1F1FB is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209241251-
CMYK0.170.0400.02
HSL194.29º84%90.2%-
HSV(B)194.29º16.73%98.43%-
XYZ75.1683.43103.41-
YUV232.57138.4111.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 29.81%
GREEN value IS 241 (94.53% from 255) = 34.38%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=29.81%
G=34.38%
B=35.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092412510.170.0400.02194.298490.2
HexD1F1FB11402c2545a
Octal32136137321402302124132
Binary110100011111000111111011100011000101100001010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F1FB; }

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

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

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

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

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

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

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

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