#DAF2FB

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

Shades of Pattens Blue #DAF2FB

Tints of Pattens Blue #DAF2FB

Color information

#DAF2FB (or 0xDAF2FB) is unknown color: approx Pattens Blue. HEX triplet: DA, F2 and FB. RGB value is (218,242,251). Sum of RGB (Red+Green+Blue) = 218+242+251=711 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.66% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2FB is #250D04. Grayscale: #EBEBEB. Windows color (decimal): -2428165 or 16511706. OLE color: 16511706.

HSL color Cylindrical-coordinate representation of color #DAF2FB: hue angle of 196.36º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF2FB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218242251-
CMYK0.130.0400.02
HSL196.36º80.49%91.96%-
HSV(B)196.36º13.15%98.43%-
XYZ78.0885.37103.63-
YUV235.85136.55115.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.66%
GREEN value IS 242 (94.92% from 255) = 34.04%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=30.66%
G=34.04%
B=35.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182422510.130.0400.02196.3680.4991.96
HexDAF2FBD402c4505c
Octal33236237315402304120134
Binary11011010111100101111101111011000101100010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2FB; }

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

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

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

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

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

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

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

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