#DAF4FC

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

Shades of Pattens Blue #DAF4FC

Tints of Pattens Blue #DAF4FC

Color information

#DAF4FC (or 0xDAF4FC) is unknown color: approx Pattens Blue. HEX triplet: DA, F4 and FC. RGB value is (218,244,252). Sum of RGB (Red+Green+Blue) = 218+244+252=714 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.53% from 714); Green value is 244 (95.70% from 255 or 34.17% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAF4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF4FC is #250B03. Grayscale: #EDEDED. Windows color (decimal): -2427652 or 16577754. OLE color: 16577754.

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

Color convert

RGB218244252-
CMYK0.130.0300.01
HSL194.12º85%92.16%-
HSV(B)194.12º13.49%98.82%-
XYZ78.8386.64104.66-
YUV237.14136.39114.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.53%
GREEN value IS 244 (95.70% from 255) = 34.17%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=30.53%
G=34.17%
B=35.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182442520.130.0300.01194.128592.16
HexDAF4FCD301c2555c
Octal33236437415301302125134
Binary110110101111010011111100110111011100001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4FC; }

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

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

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

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

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

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

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

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