#DAF2FA

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

Shades of Pattens Blue #DAF2FA

Tints of Pattens Blue #DAF2FA

Color information

#DAF2FA (or 0xDAF2FA) is unknown color: approx Pattens Blue. HEX triplet: DA, F2 and FA. RGB value is (218,242,250). Sum of RGB (Red+Green+Blue) = 218+242+250=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2FA is #250D05. Grayscale: #EBEBEB. Windows color (decimal): -2428166 or 16446170. OLE color: 16446170.

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

Color convert

RGB218242250-
CMYK0.130.0300.02
HSL195º76.19%91.76%-
HSV(B)195º12.8%98.04%-
XYZ77.9285.31102.8-
YUV235.74136.05115.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.70%
GREEN value IS 242 (94.92% from 255) = 34.08%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=30.70%
G=34.08%
B=35.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182422500.130.0300.0219576.1991.76
HexDAF2FAD302c34c5c
Octal33236237215302303114134
Binary1101101011110010111110101101110101100001110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2FA; }

 p { color: rgb(218,242,250); }

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

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

 a { background-color: rgb(218,242,250); }

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

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

 span { border-color: rgb(218,242,250); }

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