#DFF3FB

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

Shades of Pattens Blue #DFF3FB

Tints of Pattens Blue #DFF3FB

Color information

#DFF3FB (or 0xDFF3FB) is unknown color: approx Pattens Blue. HEX triplet: DF, F3 and FB. RGB value is (223,243,251). Sum of RGB (Red+Green+Blue) = 223+243+251=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFF3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3FB is #200C04. Grayscale: #EDEDED. Windows color (decimal): -2100229 or 16511967. OLE color: 16511967.

HSL color Cylindrical-coordinate representation of color #DFF3FB: hue angle of 197.14º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFF3FB is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223243251-
CMYK0.110.0300.02
HSL197.14º77.78%92.94%-
HSV(B)197.14º11.16%98.43%-
XYZ79.8986.75103.8-
YUV237.93135.37117.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.10%
GREEN value IS 243 (95.31% from 255) = 33.89%
BLUE value IS 251 (98.44% from 255) = 35.01%
R=31.10%
G=33.89%
B=35.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232432510.110.0300.02197.1477.7892.94
HexDFF3FBB302c54e5d
Octal33736337313302305116135
Binary1101111111110011111110111011110101100010110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3FB; }

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

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

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

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

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

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

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

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