#DAF0FB

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

Shades of Pattens Blue #DAF0FB

Tints of Pattens Blue #DAF0FB

Color information

#DAF0FB (or 0xDAF0FB) is unknown color: approx Pattens Blue. HEX triplet: DA, F0 and FB. RGB value is (218,240,251). Sum of RGB (Red+Green+Blue) = 218+240+251=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0FB is #250F04. Grayscale: #EAEAEA. Windows color (decimal): -2428677 or 16511194. OLE color: 16511194.

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

Color convert

RGB218240251-
CMYK0.130.0400.02
HSL200º80.49%91.96%-
HSV(B)200º13.15%98.43%-
XYZ77.4984.19103.43-
YUV234.68137.21116.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.75%
GREEN value IS 240 (94.14% from 255) = 33.85%
BLUE value IS 251 (98.44% from 255) = 35.40%
R=30.75%
G=33.85%
B=35.40%

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
Decimal2182402510.130.0400.0220080.4991.96
HexDAF0FBD402c8505c
Octal33236037315402310120134
Binary11011010111100001111101111011000101100100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0FB; }

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

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

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

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

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

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

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

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