#DAF0F7

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

Shades of Pattens Blue #DAF0F7

Tints of Pattens Blue #DAF0F7

Color information

#DAF0F7 (or 0xDAF0F7) is unknown color: approx Pattens Blue. HEX triplet: DA, F0 and F7. RGB value is (218,240,247). Sum of RGB (Red+Green+Blue) = 218+240+247=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAF0F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0F7 is #250F08. Grayscale: #EAEAEA. Windows color (decimal): -2428681 or 16249050. OLE color: 16249050.

HSL color Cylindrical-coordinate representation of color #DAF0F7: hue angle of 194.48º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF0F7 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218240247-
CMYK0.120.0300.03
HSL194.48º64.44%91.18%-
HSV(B)194.48º11.74%96.86%-
XYZ76.8683.94100.15-
YUV234.22135.21116.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.92%
GREEN value IS 240 (94.14% from 255) = 34.04%
BLUE value IS 247 (96.88% from 255) = 35.04%
R=30.92%
G=34.04%
B=35.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182402470.120.0300.03194.4864.4491.18
HexDAF0F7C303c2405b
Octal33236036714303302100133
Binary1101101011110000111101111100110111100001010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0F7; }

 p { color: rgb(218,240,247); }

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

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

 a { background-color: rgb(218,240,247); }

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

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

 span { border-color: rgb(218,240,247); }

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