#DAF2FC

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

Shades of Pattens Blue #DAF2FC

Tints of Pattens Blue #DAF2FC

Color information

#DAF2FC (or 0xDAF2FC) is unknown color: approx Pattens Blue. HEX triplet: DA, F2 and FC. RGB value is (218,242,252). Sum of RGB (Red+Green+Blue) = 218+242+252=712 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.62% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2FC is #250D03. Grayscale: #EBEBEB. Windows color (decimal): -2428164 or 16577242. OLE color: 16577242.

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

Color convert

RGB218242252-
CMYK0.130.0400.01
HSL197.65º85%92.16%-
HSV(B)197.65º13.49%98.82%-
XYZ78.2485.44104.46-
YUV235.96137.05115.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.62%
GREEN value IS 242 (94.92% from 255) = 33.99%
BLUE value IS 252 (98.83% from 255) = 35.39%
R=30.62%
G=33.99%
B=35.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182422520.130.0400.01197.658592.16
HexDAF2FCD401c6555c
Octal33236237415401306125134
Binary1101101011110010111111001101100011100011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2FC; }

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

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

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

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

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

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

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

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