#DAF3FE

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

Shades of Pattens Blue #DAF3FE

Tints of Pattens Blue #DAF3FE

Color information

#DAF3FE (or 0xDAF3FE) is unknown color: approx Pattens Blue. HEX triplet: DA, F3 and FE. RGB value is (218,243,254). Sum of RGB (Red+Green+Blue) = 218+243+254=715 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.49% from 715); Green value is 243 (95.31% from 255 or 33.99% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAF3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF3FE is #250C01. Grayscale: #ECECEC. Windows color (decimal): -2427906 or 16708570. OLE color: 16708570.

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

Color convert

RGB218243254-
CMYK0.140.0400.00
HSL198.33º94.74%92.55%-
HSV(B)198.33º14.17%99.61%-
XYZ78.8586.16106.24-
YUV236.78137.72114.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.49%
GREEN value IS 243 (95.31% from 255) = 33.99%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=30.49%
G=33.99%
B=35.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182432540.140.0400.00198.3394.7492.55
HexDAF3FEE400c65f5d
Octal33236337616400306137135
Binary1101101011110011111111101110100001100011010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3FE; }

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

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

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

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

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

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

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

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