#C6DFFA

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

Shades of Pattens Blue #C6DFFA

Tints of Pattens Blue #C6DFFA

Color information

#C6DFFA (or 0xC6DFFA) is unknown color: approx Pattens Blue. HEX triplet: C6, DF and FA. RGB value is (198,223,250). Sum of RGB (Red+Green+Blue) = 198+223+250=671 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.51% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DFFA is #392005. Grayscale: #DADADA. Windows color (decimal): -3743750 or 16441286. OLE color: 16441286.

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

Color convert

RGB198223250-
CMYK0.210.1100.02
HSL211.15º83.87%87.84%-
HSV(B)211.15º20.8%98.04%-
XYZ66.9371.68100.75-
YUV218.6145.72113.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.51%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=29.51%
G=33.23%
B=37.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982232500.210.1100.02211.1583.8787.84
HexC6DFFA15B02d35458
Octal306337372251302323124130
Binary1100011011011111111110101010110110101101001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DFFA; }

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

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

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

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

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

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

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

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