#DAF0FE

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

Shades of Pattens Blue #DAF0FE

Tints of Pattens Blue #DAF0FE

Color information

#DAF0FE (or 0xDAF0FE) is unknown color: approx Pattens Blue. HEX triplet: DA, F0 and FE. RGB value is (218,240,254). Sum of RGB (Red+Green+Blue) = 218+240+254=712 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.62% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0FE is #250F01. Grayscale: #EAEAEA. Windows color (decimal): -2428674 or 16707802. OLE color: 16707802.

HSL color Cylindrical-coordinate representation of color #DAF0FE: hue angle of 203.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAF0FE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218240254-
CMYK0.140.0600.00
HSL203.33º94.74%92.55%-
HSV(B)203.33º14.17%99.61%-
XYZ77.9684.38105.94-
YUV235.02138.71115.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.62%
GREEN value IS 240 (94.14% from 255) = 33.71%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=30.62%
G=33.71%
B=35.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182402540.140.0600.00203.3394.7492.55
HexDAF0FEE600cb5f5d
Octal33236037616600313137135
Binary1101101011110000111111101110110001100101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0FE; }

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

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

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

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

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

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

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

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