#C1DFFA

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

Shades of Pattens Blue #C1DFFA

Tints of Pattens Blue #C1DFFA

Color information

#C1DFFA (or 0xC1DFFA) is unknown color: approx Pattens Blue. HEX triplet: C1, DF and FA. RGB value is (193,223,250). Sum of RGB (Red+Green+Blue) = 193+223+250=666 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.98% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DFFA is #3E2005. Grayscale: #D8D8D8. Windows color (decimal): -4071430 or 16441281. OLE color: 16441281.

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

Color convert

RGB193223250-
CMYK0.230.1100.02
HSL208.42º85.07%86.86%-
HSV(B)208.42º22.8%98.04%-
XYZ65.6471.01100.69-
YUV217.11146.56110.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.98%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=28.98%
G=33.48%
B=37.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932232500.230.1100.02208.4285.0786.86
HexC1DFFA17B02d05557
Octal301337372271302320125127
Binary1100000111011111111110101011110110101101000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DFFA; }

 p { color: rgb(193,223,250); }

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

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

 a { background-color: rgb(193,223,250); }

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

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

 span { border-color: rgb(193,223,250); }

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