#DAF1FE

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

Shades of Pattens Blue #DAF1FE

Tints of Pattens Blue #DAF1FE

Color information

#DAF1FE (or 0xDAF1FE) is unknown color: approx Pattens Blue. HEX triplet: DA, F1 and FE. RGB value is (218,241,254). Sum of RGB (Red+Green+Blue) = 218+241+254=713 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.58% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1FE is #250E01. Grayscale: #EBEBEB. Windows color (decimal): -2428418 or 16708058. OLE color: 16708058.

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

Color convert

RGB218241254-
CMYK0.140.0500.00
HSL201.67º94.74%92.55%-
HSV(B)201.67º14.17%99.61%-
XYZ78.2684.97106.04-
YUV235.6138.38115.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.58%
GREEN value IS 241 (94.53% from 255) = 33.80%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=30.58%
G=33.80%
B=35.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182412540.140.0500.00201.6794.7492.55
HexDAF1FEE500ca5f5d
Octal33236137616500312137135
Binary1101101011110001111111101110101001100101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1FE; }

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

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

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

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

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

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

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

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