#DAF1FB

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

Shades of Pattens Blue #DAF1FB

Tints of Pattens Blue #DAF1FB

Color information

#DAF1FB (or 0xDAF1FB) is unknown color: approx Pattens Blue. HEX triplet: DA, F1 and FB. RGB value is (218,241,251). Sum of RGB (Red+Green+Blue) = 218+241+251=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAF1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1FB is #250E04. Grayscale: #EBEBEB. Windows color (decimal): -2428421 or 16511450. OLE color: 16511450.

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

Color convert

RGB218241251-
CMYK0.130.0400.02
HSL198.18º80.49%91.96%-
HSV(B)198.18º13.15%98.43%-
XYZ77.7884.78103.53-
YUV235.26136.88115.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.70%
GREEN value IS 241 (94.53% from 255) = 33.94%
BLUE value IS 251 (98.44% from 255) = 35.35%
R=30.70%
G=33.94%
B=35.35%

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
Decimal2182412510.130.0400.02198.1880.4991.96
HexDAF1FBD402c6505c
Octal33236137315402306120134
Binary11011010111100011111101111011000101100011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1FB; }

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

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

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

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

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

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

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

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