#DAF4FD

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

Shades of Pattens Blue #DAF4FD

Tints of Pattens Blue #DAF4FD

Color information

#DAF4FD (or 0xDAF4FD) is unknown color: approx Pattens Blue. HEX triplet: DA, F4 and FD. RGB value is (218,244,253). Sum of RGB (Red+Green+Blue) = 218+244+253=715 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.49% from 715); Green value is 244 (95.70% from 255 or 34.13% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAF4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF4FD is #250B02. Grayscale: #EDEDED. Windows color (decimal): -2427651 or 16643290. OLE color: 16643290.

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

Color convert

RGB218244253-
CMYK0.140.0400.01
HSL195.43º89.74%92.35%-
HSV(B)195.43º13.83%99.22%-
XYZ78.9986.7105.5-
YUV237.25136.89114.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.49%
GREEN value IS 244 (95.70% from 255) = 34.13%
BLUE value IS 253 (99.22% from 255) = 35.38%
R=30.49%
G=34.13%
B=35.38%

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
Decimal2182442530.140.0400.01195.4389.7492.35
HexDAF4FDE401c35a5c
Octal33236437516401303132134
Binary1101101011110100111111011110100011100001110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4FD; }

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

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

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

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

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

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

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

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