#DAF3FD

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

Shades of Pattens Blue #DAF3FD

Tints of Pattens Blue #DAF3FD

Color information

#DAF3FD (or 0xDAF3FD) is unknown color: approx Pattens Blue. HEX triplet: DA, F3 and FD. RGB value is (218,243,253). Sum of RGB (Red+Green+Blue) = 218+243+253=714 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.53% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF3FD is #250C02. Grayscale: #ECECEC. Windows color (decimal): -2427907 or 16643034. OLE color: 16643034.

HSL color Cylindrical-coordinate representation of color #DAF3FD: hue angle of 197.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAF3FD is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218243253-
CMYK0.140.0400.01
HSL197.14º89.74%92.35%-
HSV(B)197.14º13.83%99.22%-
XYZ78.6986.1105.4-
YUV236.66137.22114.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.53%
GREEN value IS 243 (95.31% from 255) = 34.03%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=30.53%
G=34.03%
B=35.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182432530.140.0400.01197.1489.7492.35
HexDAF3FDE401c55a5c
Octal33236337516401305132134
Binary1101101011110011111111011110100011100010110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3FD; }

 p { color: rgb(218,243,253); }

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

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

 a { background-color: rgb(218,243,253); }

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

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

 span { border-color: rgb(218,243,253); }

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