#DAF3FB

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

Shades of Pattens Blue #DAF3FB

Tints of Pattens Blue #DAF3FB

Color information

#DAF3FB (or 0xDAF3FB) is unknown color: approx Pattens Blue. HEX triplet: DA, F3 and FB. RGB value is (218,243,251). Sum of RGB (Red+Green+Blue) = 218+243+251=712 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.62% from 712); Green value is 243 (95.31% from 255 or 34.13% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAF3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF3FB is #250C04. Grayscale: #ECECEC. Windows color (decimal): -2427909 or 16511962. OLE color: 16511962.

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

Color convert

RGB218243251-
CMYK0.130.0300.02
HSL194.55º80.49%91.96%-
HSV(B)194.55º13.15%98.43%-
XYZ78.3885.97103.73-
YUV236.44136.22114.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.62%
GREEN value IS 243 (95.31% from 255) = 34.13%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=30.62%
G=34.13%
B=35.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182432510.130.0300.02194.5580.4991.96
HexDAF3FBD302c3505c
Octal33236337315302303120134
Binary1101101011110011111110111101110101100001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3FB; }

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

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

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

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

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

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

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

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