#DEF1FA

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

Shades of Pattens Blue #DEF1FA

Tints of Pattens Blue #DEF1FA

Color information

#DEF1FA (or 0xDEF1FA) is unknown color: approx Pattens Blue. HEX triplet: DE, F1 and FA. RGB value is (222,241,250). Sum of RGB (Red+Green+Blue) = 222+241+250=713 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.14% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1FA is #210E05. Grayscale: #ECECEC. Windows color (decimal): -2166278 or 16445918. OLE color: 16445918.

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

Color convert

RGB222241250-
CMYK0.110.0400.02
HSL199.29º73.68%92.55%-
HSV(B)199.29º11.2%98.04%-
XYZ78.8385.34102.76-
YUV236.34135.71117.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.14%
GREEN value IS 241 (94.53% from 255) = 33.80%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=31.14%
G=33.80%
B=35.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222412500.110.0400.02199.2973.6892.55
HexDEF1FAB402c74a5d
Octal33636137213402307112135
Binary11011110111100011111101010111000101100011110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1FA; }

 p { color: rgb(222,241,250); }

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

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

 a { background-color: rgb(222,241,250); }

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

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

 span { border-color: rgb(222,241,250); }

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