#DAF1F9

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

Shades of Pattens Blue #DAF1F9

Tints of Pattens Blue #DAF1F9

Color information

#DAF1F9 (or 0xDAF1F9) is unknown color: approx Pattens Blue. HEX triplet: DA, F1 and F9. RGB value is (218,241,249). Sum of RGB (Red+Green+Blue) = 218+241+249=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 249 (97.66% from 255 or 35.17% from 708); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1F9 is #250E06. Grayscale: #EAEAEA. Windows color (decimal): -2428423 or 16380378. OLE color: 16380378.

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

Color convert

RGB218241249-
CMYK0.120.0300.02
HSL195.48º72.09%91.57%-
HSV(B)195.48º12.45%97.65%-
XYZ77.4784.66101.88-
YUV235.04135.88115.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.79%
GREEN value IS 241 (94.53% from 255) = 34.04%
BLUE value IS 249 (97.66% from 255) = 35.17%
R=30.79%
G=34.04%
B=35.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182412490.120.0300.02195.4872.0991.57
HexDAF1F9C302c3485c
Octal33236137114302303110134
Binary1101101011110001111110011100110101100001110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1F9; }

 p { color: rgb(218,241,249); }

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

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

 a { background-color: rgb(218,241,249); }

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

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

 span { border-color: rgb(218,241,249); }

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