#DAF0FC

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

Shades of Pattens Blue #DAF0FC

Tints of Pattens Blue #DAF0FC

Color information

#DAF0FC (or 0xDAF0FC) is unknown color: approx Pattens Blue. HEX triplet: DA, F0 and FC. RGB value is (218,240,252). Sum of RGB (Red+Green+Blue) = 218+240+252=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAF0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0FC is #250F03. Grayscale: #EAEAEA. Windows color (decimal): -2428676 or 16576730. OLE color: 16576730.

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

Color convert

RGB218240252-
CMYK0.130.0500.01
HSL201.18º85%92.16%-
HSV(B)201.18º13.49%98.82%-
XYZ77.6484.25104.27-
YUV234.79137.71116.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.70%
GREEN value IS 240 (94.14% from 255) = 33.80%
BLUE value IS 252 (98.83% from 255) = 35.49%
R=30.70%
G=33.80%
B=35.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182402520.130.0500.01201.188592.16
HexDAF0FCD501c9555c
Octal33236037415501311125134
Binary1101101011110000111111001101101011100100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0FC; }

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

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

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

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

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

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

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

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