#DAF3FF

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

Shades of Pattens Blue #DAF3FF

Tints of Pattens Blue #DAF3FF

Color information

#DAF3FF (or 0xDAF3FF) is unknown color: approx Pattens Blue. HEX triplet: DA, F3 and FF. RGB value is (218,243,255). Sum of RGB (Red+Green+Blue) = 218+243+255=716 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.45% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAF3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF3FF is #250C00. Grayscale: #ECECEC. Windows color (decimal): -2427905 or 16774106. OLE color: 16774106.

HSL color Cylindrical-coordinate representation of color #DAF3FF: hue angle of 199.46º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAF3FF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218243255-
CMYK0.150.0500
HSL199.46º100%92.75%-
HSV(B)199.46º14.51%100%-
XYZ79.0186.23107.09-
YUV236.89138.22114.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.45%
GREEN value IS 243 (95.31% from 255) = 33.94%
BLUE value IS 255 (100% from 255) = 35.61%
R=30.45%
G=33.94%
B=35.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182432550.150.0500199.4610092.75
HexDAF3FFF500c7645d
Octal33236337717500307144135
Binary1101101011110011111111111111101001100011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3FF; }

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

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

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

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

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

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

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

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