#DAF0FA

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

Shades of Pattens Blue #DAF0FA

Tints of Pattens Blue #DAF0FA

Color information

#DAF0FA (or 0xDAF0FA) is unknown color: approx Pattens Blue. HEX triplet: DA, F0 and FA. RGB value is (218,240,250). Sum of RGB (Red+Green+Blue) = 218+240+250=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0FA is #250F05. Grayscale: #EAEAEA. Windows color (decimal): -2428678 or 16445658. OLE color: 16445658.

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

Color convert

RGB218240250-
CMYK0.130.0400.02
HSL198.75º76.19%91.76%-
HSV(B)198.75º12.8%98.04%-
XYZ77.3384.13102.61-
YUV234.56136.71116.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.79%
GREEN value IS 240 (94.14% from 255) = 33.90%
BLUE value IS 250 (98.05% from 255) = 35.31%
R=30.79%
G=33.90%
B=35.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182402500.130.0400.02198.7576.1991.76
HexDAF0FAD402c74c5c
Octal33236037215402307114134
Binary11011010111100001111101011011000101100011110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0FA; }

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

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

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

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

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

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

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

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