#DAF5FF

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

Shades of Pattens Blue #DAF5FF

Tints of Pattens Blue #DAF5FF

Color information

#DAF5FF (or 0xDAF5FF) is unknown color: approx Pattens Blue. HEX triplet: DA, F5 and FF. RGB value is (218,245,255). Sum of RGB (Red+Green+Blue) = 218+245+255=718 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.36% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF5FF is #250A00. Grayscale: #EEEEEE. Windows color (decimal): -2427393 or 16774618. OLE color: 16774618.

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

Color convert

RGB218245255-
CMYK0.150.0400
HSL196.22º100%92.75%-
HSV(B)196.22º14.51%100%-
XYZ79.6287.43107.29-
YUV238.07137.55113.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.36%
GREEN value IS 245 (96.09% from 255) = 34.12%
BLUE value IS 255 (100% from 255) = 35.52%
R=30.36%
G=34.12%
B=35.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182452550.150.0400196.2210092.75
HexDAF5FFF400c4645d
Octal33236537717400304144135
Binary1101101011110101111111111111100001100010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF5FF; }

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

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

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

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

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

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

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

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